﻿.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}
.editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  z-index: 7
}
.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600
}
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px
}
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0
}
@media (min-width:960px) {
  .editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap
  }
  .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0
  }
  .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px
  }
}
.editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border-left: 1px dashed #e2e4e7;
  color: #555d66;
  border-bottom: 1px dashed #e2e4e7;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px
}
.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em
}
.wp-block-button.aligncenter {
  text-align: center
}
.wp-block-button.alignright {
  text-align: right
}
.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover {
  color: inherit
}
.is-style-squared .wp-block-button__link {
  border-radius: 0
}
.is-style-outline {
  color: #32373c
}
.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid
}
.wp-block-categories.alignleft {
  margin-right: 2em
}
.wp-block-categories.alignright {
  margin-left: 2em
}
.wp-block-columns {
  display: flex;
  flex-wrap: wrap
}
@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap
  }
}
.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}
@media (min-width:600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0
  }
}
@media (min-width:600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 32px
  }
  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 32px
  }
  .wp-block-column:not(:last-child) {
    margin-right: 32px
  }
}
.wp-block-cover, .wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.wp-block-cover-image.has-left-content, .wp-block-cover.has-left-content {
  justify-content: flex-start
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover-image.has-left-content .wp-block-cover-text, .wp-block-cover-image.has-left-content h2, .wp-block-cover.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, .wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left
}
.wp-block-cover-image.has-right-content, .wp-block-cover.has-right-content {
  justify-content: flex-end
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover-image.has-right-content .wp-block-cover-text, .wp-block-cover-image.has-right-content h2, .wp-block-cover.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, .wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center
}
.wp-block-cover-image .wp-block-cover-image-text a, .wp-block-cover-image .wp-block-cover-image-text a:active, .wp-block-cover-image .wp-block-cover-image-text a:focus, .wp-block-cover-image .wp-block-cover-image-text a:hover, .wp-block-cover-image .wp-block-cover-text a, .wp-block-cover-image .wp-block-cover-text a:active, .wp-block-cover-image .wp-block-cover-text a:focus, .wp-block-cover-image .wp-block-cover-text a:hover, .wp-block-cover-image h2 a, .wp-block-cover-image h2 a:active, .wp-block-cover-image h2 a:focus, .wp-block-cover-image h2 a:hover, .wp-block-cover .wp-block-cover-image-text a, .wp-block-cover .wp-block-cover-image-text a:active, .wp-block-cover .wp-block-cover-image-text a:focus, .wp-block-cover .wp-block-cover-image-text a:hover, .wp-block-cover .wp-block-cover-text a, .wp-block-cover .wp-block-cover-text a:active, .wp-block-cover .wp-block-cover-text a:focus, .wp-block-cover .wp-block-cover-text a:hover, .wp-block-cover h2 a, .wp-block-cover h2 a:active, .wp-block-cover h2 a:focus, .wp-block-cover h2 a:hover {
  color: #fff
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
  background-attachment: fixed
}
@supports (-webkit-overflow-scrolling:touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: .5;
  z-index: 1
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before, .wp-block-cover.has-background-dim.has-background-dim-10:before {
  opacity: .1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before, .wp-block-cover.has-background-dim.has-background-dim-20:before {
  opacity: .2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before, .wp-block-cover.has-background-dim.has-background-dim-30:before {
  opacity: .3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before, .wp-block-cover.has-background-dim.has-background-dim-40:before {
  opacity: .4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before, .wp-block-cover.has-background-dim.has-background-dim-50:before {
  opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before, .wp-block-cover.has-background-dim.has-background-dim-60:before {
  opacity: .6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before, .wp-block-cover.has-background-dim.has-background-dim-70:before {
  opacity: .7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before, .wp-block-cover.has-background-dim.has-background-dim-80:before {
  opacity: .8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before, .wp-block-cover.has-background-dim.has-background-dim-90:before {
  opacity: .9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before, .wp-block-cover.has-background-dim.has-background-dim-100:before {
  opacity: 1
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 305px;
  width: 100%
}
.wp-block-cover-image:after, .wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-cover-image:after, .wp-block-cover:after {
    content: none
  }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit, .editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit, .wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%
}
.wp-block-embed {
  margin-bottom: 1em
}
.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}
.wp-block-file {
  margin-bottom: 1.5em
}
.wp-block-file.aligncenter {
  text-align: center
}
.wp-block-file.alignright {
  text-align: right
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}
.wp-block-file * + .wp-block-file__button {
  margin-left: .75em
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
  }
}
.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto
  }
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent)
}
.wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline
}
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover
  }
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 8px)
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}
@media (min-width:600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 10.66667px);
    margin-right: 16px
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 12px);
    margin-right: 16px
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 12.8px);
    margin-right: 16px
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 13.33333px);
    margin-right: 16px
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 13.71429px);
    margin-right: 16px
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 14px);
    margin-right: 16px
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}
.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0
}
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%
}
.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center
}
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0
}
.wp-block-image img {
  max-width: 100%
}
.wp-block-image.aligncenter {
  text-align: center
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em
}
.wp-block-image .alignright {
  float: right;
  margin-left: 1em
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}
.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px
}
.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em
}
.wp-block-latest-posts.alignright {
  margin-left: 2em
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}
@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px)
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px)
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px)
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px)
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}
.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%
}
.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle
}
@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media""media-text-content"
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content""media-text-media"
  }
}
p.is-small-text {
  font-size: 14px
}
p.is-regular-text {
  font-size: 16px
}
p.is-large-text {
  font-size: 36px
}
p.is-larger-text {
  font-size: 48px
}
p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}
p.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px
}
p.has-background {
  padding: 20px 30px
}
p.has-text-color a {
  color: inherit
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 305px
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative
}
.wp-block-pullquote .has-text-color a {
  color: inherit
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none
}
.wp-block-pullquote.is-style-solid-color {
  border: none
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}
.wp-block-pullquote cite {
  color: inherit
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px
}
.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto
}
.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75
}
.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5
}
.wp-block-table.is-style-stripes td {
  border-color: transparent
}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
  display: flex
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}
pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0
}
.wp-block-video video {
  max-width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover
  }
}
.wp-block-video.aligncenter {
  text-align: center
}
.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px
}
.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7
}
.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e
}
.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}
.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}
.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5
}
.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084
}
.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}
.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131
}
.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7
}
.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e
}
.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900
}
.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900
}
.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5
}
.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084
}
.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc
}
.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3
}
.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee
}
.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3
}
.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131
}
.has-small-font-size {
  font-size: 13px
}
.has-normal-font-size, .has-regular-font-size {
  font-size: 16px
}
.has-medium-font-size {
  font-size: 20px
}
.has-large-font-size {
  font-size: 36px
}
.has-huge-font-size, .has-larger-font-size {
  font-size: 42px
}
div.wpcf7 {
  margin: 0;
  padding: 0
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}
div.wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid red
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: 2px solid red
}
div.wpcf7-spam-blocked {
  border: 2px solid orange
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700
}
.wpcf7-form-control-wrap {
  position: relative
}
span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: .2em .8em
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}
span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after {
  content: " "
}
.wpcf7-display-none {
  display: none
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../../plugins/contact-form-7/images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible
}
div.wpcf7 div.ajax-error {
  display: none
}
div.wpcf7 .placeheld {
  color: #888
}
div.wpcf7 input[type=file] {
  cursor: pointer
}
div.wpcf7 input[type=file]:disabled {
  cursor: default
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed
}
.pagination.container {
  margin-top: 20px;
  margin-bottom: 30px
}
.wp-pagenavi {
  clear: both;
  text-align: center
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  text-decoration: none;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  border-radius: 3px
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, footer, header, nav, section {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
figcaption, figure {
  display: block
}
figure {
  margin: 1em 40px
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
main {
  display: block
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: inherit
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
audio, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}
input {
  overflow: visible
}
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}
progress {
  display: inline-block;
  vertical-align: baseline
}
textarea {
  overflow: auto
}
details {
  display: block
}
summary {
  display: list-item
}
menu {
  display: block
}
canvas {
  display: inline-block
}
template {
  display: none
}
[hidden] {
  display: none
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}
.fa-xs {
  font-size: .75em
}
.fa-sm {
  font-size: .875em
}
.fa-1x {
  font-size: 1em
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-6x {
  font-size: 6em
}
.fa-7x {
  font-size: 7em
}
.fa-8x {
  font-size: 8em
}
.fa-9x {
  font-size: 9em
}
.fa-10x {
  font-size: 10em
}
.fa-fw {
  text-align: center;
  width: 1.25em
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}
.fa-ul > li {
  position: relative
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}
.fa-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}
.fa-pull-left {
  float: left
}
.fa-pull-right {
  float: right
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-inverse {
  color: #fff
}
.fa-500px:before {
  content: "\f26e"
}
.fa-accessible-icon:before {
  content: "\f368"
}
.fa-accusoft:before {
  content: "\f369"
}
.fa-address-book:before {
  content: "\f2b9"
}
.fa-address-card:before {
  content: "\f2bb"
}
.fa-adjust:before {
  content: "\f042"
}
.fa-adn:before {
  content: "\f170"
}
.fa-adversal:before {
  content: "\f36a"
}
.fa-affiliatetheme:before {
  content: "\f36b"
}
.fa-algolia:before {
  content: "\f36c"
}
.fa-align-center:before {
  content: "\f037"
}
.fa-align-justify:before {
  content: "\f039"
}
.fa-align-left:before {
  content: "\f036"
}
.fa-align-right:before {
  content: "\f038"
}
.fa-allergies:before {
  content: "\f461"
}
.fa-amazon:before {
  content: "\f270"
}
.fa-amazon-pay:before {
  content: "\f42c"
}
.fa-ambulance:before {
  content: "\f0f9"
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}
.fa-amilia:before {
  content: "\f36d"
}
.fa-anchor:before {
  content: "\f13d"
}
.fa-android:before {
  content: "\f17b"
}
.fa-angellist:before {
  content: "\f209"
}
.fa-angle-double-down:before {
  content: "\f103"
}
.fa-angle-double-left:before {
  content: "\f100"
}
.fa-angle-double-right:before {
  content: "\f101"
}
.fa-angle-double-up:before {
  content: "\f102"
}
.fa-angle-down:before {
  content: "\f107"
}
.fa-angle-left:before {
  content: "\f104"
}
.fa-angle-right:before {
  content: "\f105"
}
.fa-angle-up:before {
  content: "\f106"
}
.fa-angrycreative:before {
  content: "\f36e"
}
.fa-angular:before {
  content: "\f420"
}
.fa-app-store:before {
  content: "\f36f"
}
.fa-app-store-ios:before {
  content: "\f370"
}
.fa-apper:before {
  content: "\f371"
}
.fa-apple:before {
  content: "\f179"
}
.fa-apple-pay:before {
  content: "\f415"
}
.fa-archive:before {
  content: "\f187"
}
.fa-arrow-alt-circle-down:before {
  content: "\f358"
}
.fa-arrow-alt-circle-left:before {
  content: "\f359"
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}
.fa-arrow-circle-down:before {
  content: "\f0ab"
}
.fa-arrow-circle-left:before {
  content: "\f0a8"
}
.fa-arrow-circle-right:before {
  content: "\f0a9"
}
.fa-arrow-circle-up:before {
  content: "\f0aa"
}
.fa-arrow-down:before {
  content: "\f063"
}
.fa-arrow-left:before {
  content: "\f060"
}
.fa-arrow-right:before {
  content: "\f061"
}
.fa-arrow-up:before {
  content: "\f062"
}
.fa-arrows-alt:before {
  content: "\f0b2"
}
.fa-arrows-alt-h:before {
  content: "\f337"
}
.fa-arrows-alt-v:before {
  content: "\f338"
}
.fa-assistive-listening-systems:before {
  content: "\f2a2"
}
.fa-asterisk:before {
  content: "\f069"
}
.fa-asymmetrik:before {
  content: "\f372"
}
.fa-at:before {
  content: "\f1fa"
}
.fa-audible:before {
  content: "\f373"
}
.fa-audio-description:before {
  content: "\f29e"
}
.fa-autoprefixer:before {
  content: "\f41c"
}
.fa-avianex:before {
  content: "\f374"
}
.fa-aviato:before {
  content: "\f421"
}
.fa-aws:before {
  content: "\f375"
}
.fa-backward:before {
  content: "\f04a"
}
.fa-balance-scale:before {
  content: "\f24e"
}
.fa-ban:before {
  content: "\f05e"
}
.fa-band-aid:before {
  content: "\f462"
}
.fa-bandcamp:before {
  content: "\f2d5"
}
.fa-barcode:before {
  content: "\f02a"
}
.fa-bars:before {
  content: "\f0c9"
}
.fa-baseball-ball:before {
  content: "\f433"
}
.fa-basketball-ball:before {
  content: "\f434"
}
.fa-bath:before {
  content: "\f2cd"
}
.fa-battery-empty:before {
  content: "\f244"
}
.fa-battery-full:before {
  content: "\f240"
}
.fa-battery-half:before {
  content: "\f242"
}
.fa-battery-quarter:before {
  content: "\f243"
}
.fa-battery-three-quarters:before {
  content: "\f241"
}
.fa-bed:before {
  content: "\f236"
}
.fa-beer:before {
  content: "\f0fc"
}
.fa-behance:before {
  content: "\f1b4"
}
.fa-behance-square:before {
  content: "\f1b5"
}
.fa-bell:before {
  content: "\f0f3"
}
.fa-bell-slash:before {
  content: "\f1f6"
}
.fa-bicycle:before {
  content: "\f206"
}
.fa-bimobject:before {
  content: "\f378"
}
.fa-binoculars:before {
  content: "\f1e5"
}
.fa-birthday-cake:before {
  content: "\f1fd"
}
.fa-bitbucket:before {
  content: "\f171"
}
.fa-bitcoin:before {
  content: "\f379"
}
.fa-bity:before {
  content: "\f37a"
}
.fa-black-tie:before {
  content: "\f27e"
}
.fa-blackberry:before {
  content: "\f37b"
}
.fa-blind:before {
  content: "\f29d"
}
.fa-blogger:before {
  content: "\f37c"
}
.fa-blogger-b:before {
  content: "\f37d"
}
.fa-bluetooth:before {
  content: "\f293"
}
.fa-bluetooth-b:before {
  content: "\f294"
}
.fa-bold:before {
  content: "\f032"
}
.fa-bolt:before {
  content: "\f0e7"
}
.fa-bomb:before {
  content: "\f1e2"
}
.fa-book:before {
  content: "\f02d"
}
.fa-bookmark:before {
  content: "\f02e"
}
.fa-bowling-ball:before {
  content: "\f436"
}
.fa-box:before {
  content: "\f466"
}
.fa-box-open:before {
  content: "\f49e"
}
.fa-boxes:before {
  content: "\f468"
}
.fa-braille:before {
  content: "\f2a1"
}
.fa-briefcase:before {
  content: "\f0b1"
}
.fa-briefcase-medical:before {
  content: "\f469"
}
.fa-btc:before {
  content: "\f15a"
}
.fa-bug:before {
  content: "\f188"
}
.fa-building:before {
  content: "\f1ad"
}
.fa-bullhorn:before {
  content: "\f0a1"
}
.fa-bullseye:before {
  content: "\f140"
}
.fa-burn:before {
  content: "\f46a"
}
.fa-buromobelexperte:before {
  content: "\f37f"
}
.fa-bus:before {
  content: "\f207"
}
.fa-buysellads:before {
  content: "\f20d"
}
.fa-calculator:before {
  content: "\f1ec"
}
.fa-calendar:before {
  content: "\f133"
}
.fa-calendar-alt:before {
  content: "\f073"
}
.fa-calendar-check:before {
  content: "\f274"
}
.fa-calendar-minus:before {
  content: "\f272"
}
.fa-calendar-plus:before {
  content: "\f271"
}
.fa-calendar-times:before {
  content: "\f273"
}
.fa-camera:before {
  content: "\f030"
}
.fa-camera-retro:before {
  content: "\f083"
}
.fa-capsules:before {
  content: "\f46b"
}
.fa-car:before {
  content: "\f1b9"
}
.fa-caret-down:before {
  content: "\f0d7"
}
.fa-caret-left:before {
  content: "\f0d9"
}
.fa-caret-right:before {
  content: "\f0da"
}
.fa-caret-square-down:before {
  content: "\f150"
}
.fa-caret-square-left:before {
  content: "\f191"
}
.fa-caret-square-right:before {
  content: "\f152"
}
.fa-caret-square-up:before {
  content: "\f151"
}
.fa-caret-up:before {
  content: "\f0d8"
}
.fa-cart-arrow-down:before {
  content: "\f218"
}
.fa-cart-plus:before {
  content: "\f217"
}
.fa-cc-amazon-pay:before {
  content: "\f42d"
}
.fa-cc-amex:before {
  content: "\f1f3"
}
.fa-cc-apple-pay:before {
  content: "\f416"
}
.fa-cc-diners-club:before {
  content: "\f24c"
}
.fa-cc-discover:before {
  content: "\f1f2"
}
.fa-cc-jcb:before {
  content: "\f24b"
}
.fa-cc-mastercard:before {
  content: "\f1f1"
}
.fa-cc-paypal:before {
  content: "\f1f4"
}
.fa-cc-stripe:before {
  content: "\f1f5"
}
.fa-cc-visa:before {
  content: "\f1f0"
}
.fa-centercode:before {
  content: "\f380"
}
.fa-certificate:before {
  content: "\f0a3"
}
.fa-chart-area:before {
  content: "\f1fe"
}
.fa-chart-bar:before {
  content: "\f080"
}
.fa-chart-line:before {
  content: "\f201"
}
.fa-chart-pie:before {
  content: "\f200"
}
.fa-check:before {
  content: "\f00c"
}
.fa-check-circle:before {
  content: "\f058"
}
.fa-check-square:before {
  content: "\f14a"
}
.fa-chess:before {
  content: "\f439"
}
.fa-chess-bishop:before {
  content: "\f43a"
}
.fa-chess-board:before {
  content: "\f43c"
}
.fa-chess-king:before {
  content: "\f43f"
}
.fa-chess-knight:before {
  content: "\f441"
}
.fa-chess-pawn:before {
  content: "\f443"
}
.fa-chess-queen:before {
  content: "\f445"
}
.fa-chess-rook:before {
  content: "\f447"
}
.fa-chevron-circle-down:before {
  content: "\f13a"
}
.fa-chevron-circle-left:before {
  content: "\f137"
}
.fa-chevron-circle-right:before {
  content: "\f138"
}
.fa-chevron-circle-up:before {
  content: "\f139"
}
.fa-chevron-down:before {
  content: "\f078"
}
.fa-chevron-left:before {
  content: "\f053"
}
.fa-chevron-right:before {
  content: "\f054"
}
.fa-chevron-up:before {
  content: "\f077"
}
.fa-child:before {
  content: "\f1ae"
}
.fa-chrome:before {
  content: "\f268"
}
.fa-circle:before {
  content: "\f111"
}
.fa-circle-notch:before {
  content: "\f1ce"
}
.fa-clipboard:before {
  content: "\f328"
}
.fa-clipboard-check:before {
  content: "\f46c"
}
.fa-clipboard-list:before {
  content: "\f46d"
}
.fa-clock:before {
  content: "\f017"
}
.fa-clone:before {
  content: "\f24d"
}
.fa-closed-captioning:before {
  content: "\f20a"
}
.fa-cloud:before {
  content: "\f0c2"
}
.fa-cloud-download-alt:before {
  content: "\f381"
}
.fa-cloud-upload-alt:before {
  content: "\f382"
}
.fa-cloudscale:before {
  content: "\f383"
}
.fa-cloudsmith:before {
  content: "\f384"
}
.fa-cloudversify:before {
  content: "\f385"
}
.fa-code:before {
  content: "\f121"
}
.fa-code-branch:before {
  content: "\f126"
}
.fa-codepen:before {
  content: "\f1cb"
}
.fa-codiepie:before {
  content: "\f284"
}
.fa-coffee:before {
  content: "\f0f4"
}
.fa-cog:before {
  content: "\f013"
}
.fa-cogs:before {
  content: "\f085"
}
.fa-columns:before {
  content: "\f0db"
}
.fa-comment:before {
  content: "\f075"
}
.fa-comment-alt:before {
  content: "\f27a"
}
.fa-comment-dots:before {
  content: "\f4ad"
}
.fa-comment-slash:before {
  content: "\f4b3"
}
.fa-comments:before {
  content: "\f086"
}
.fa-compass:before {
  content: "\f14e"
}
.fa-compress:before {
  content: "\f066"
}
.fa-connectdevelop:before {
  content: "\f20e"
}
.fa-contao:before {
  content: "\f26d"
}
.fa-copy:before {
  content: "\f0c5"
}
.fa-copyright:before {
  content: "\f1f9"
}
.fa-couch:before {
  content: "\f4b8"
}
.fa-cpanel:before {
  content: "\f388"
}
.fa-creative-commons:before {
  content: "\f25e"
}
.fa-credit-card:before {
  content: "\f09d"
}
.fa-crop:before {
  content: "\f125"
}
.fa-crosshairs:before {
  content: "\f05b"
}
.fa-css3:before {
  content: "\f13c"
}
.fa-css3-alt:before {
  content: "\f38b"
}
.fa-cube:before {
  content: "\f1b2"
}
.fa-cubes:before {
  content: "\f1b3"
}
.fa-cut:before {
  content: "\f0c4"
}
.fa-cuttlefish:before {
  content: "\f38c"
}
.fa-d-and-d:before {
  content: "\f38d"
}
.fa-dashcube:before {
  content: "\f210"
}
.fa-database:before {
  content: "\f1c0"
}
.fa-deaf:before {
  content: "\f2a4"
}
.fa-delicious:before {
  content: "\f1a5"
}
.fa-deploydog:before {
  content: "\f38e"
}
.fa-deskpro:before {
  content: "\f38f"
}
.fa-desktop:before {
  content: "\f108"
}
.fa-deviantart:before {
  content: "\f1bd"
}
.fa-diagnoses:before {
  content: "\f470"
}
.fa-digg:before {
  content: "\f1a6"
}
.fa-digital-ocean:before {
  content: "\f391"
}
.fa-discord:before {
  content: "\f392"
}
.fa-discourse:before {
  content: "\f393"
}
.fa-dna:before {
  content: "\f471"
}
.fa-dochub:before {
  content: "\f394"
}
.fa-docker:before {
  content: "\f395"
}
.fa-dollar-sign:before {
  content: "\f155"
}
.fa-dolly:before {
  content: "\f472"
}
.fa-dolly-flatbed:before {
  content: "\f474"
}
.fa-donate:before {
  content: "\f4b9"
}
.fa-dot-circle:before {
  content: "\f192"
}
.fa-dove:before {
  content: "\f4ba"
}
.fa-download:before {
  content: "\f019"
}
.fa-draft2digital:before {
  content: "\f396"
}
.fa-dribbble:before {
  content: "\f17d"
}
.fa-dribbble-square:before {
  content: "\f397"
}
.fa-dropbox:before {
  content: "\f16b"
}
.fa-drupal:before {
  content: "\f1a9"
}
.fa-dyalog:before {
  content: "\f399"
}
.fa-earlybirds:before {
  content: "\f39a"
}
.fa-edge:before {
  content: "\f282"
}
.fa-edit:before {
  content: "\f044"
}
.fa-eject:before {
  content: "\f052"
}
.fa-elementor:before {
  content: "\f430"
}
.fa-ellipsis-h:before {
  content: "\f141"
}
.fa-ellipsis-v:before {
  content: "\f142"
}
.fa-ember:before {
  content: "\f423"
}
.fa-empire:before {
  content: "\f1d1"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-envelope-open:before {
  content: "\f2b6"
}
.fa-envelope-square:before {
  content: "\f199"
}
.fa-envira:before {
  content: "\f299"
}
.fa-eraser:before {
  content: "\f12d"
}
.fa-erlang:before {
  content: "\f39d"
}
.fa-ethereum:before {
  content: "\f42e"
}
.fa-etsy:before {
  content: "\f2d7"
}
.fa-euro-sign:before {
  content: "\f153"
}
.fa-exchange-alt:before {
  content: "\f362"
}
.fa-exclamation:before {
  content: "\f12a"
}
.fa-exclamation-circle:before {
  content: "\f06a"
}
.fa-exclamation-triangle:before {
  content: "\f071"
}
.fa-expand:before {
  content: "\f065"
}
.fa-expand-arrows-alt:before {
  content: "\f31e"
}
.fa-expeditedssl:before {
  content: "\f23e"
}
.fa-external-link-alt:before {
  content: "\f35d"
}
.fa-external-link-square-alt:before {
  content: "\f360"
}
.fa-eye:before {
  content: "\f06e"
}
.fa-eye-dropper:before {
  content: "\f1fb"
}
.fa-eye-slash:before {
  content: "\f070"
}
.fa-facebook:before {
  content: "\f09a"
}
.fa-facebook-f:before {
  content: "\f39e"
}
.fa-facebook-messenger:before {
  content: "\f39f"
}
.fa-facebook-square:before {
  content: "\f082"
}
.fa-fast-backward:before {
  content: "\f049"
}
.fa-fast-forward:before {
  content: "\f050"
}
.fa-fax:before {
  content: "\f1ac"
}
.fa-female:before {
  content: "\f182"
}
.fa-fighter-jet:before {
  content: "\f0fb"
}
.fa-file:before {
  content: "\f15b"
}
.fa-file-alt:before {
  content: "\f15c"
}
.fa-file-archive:before {
  content: "\f1c6"
}
.fa-file-audio:before {
  content: "\f1c7"
}
.fa-file-code:before {
  content: "\f1c9"
}
.fa-file-excel:before {
  content: "\f1c3"
}
.fa-file-image:before {
  content: "\f1c5"
}
.fa-file-medical:before {
  content: "\f477"
}
.fa-file-medical-alt:before {
  content: "\f478"
}
.fa-file-pdf:before {
  content: "\f1c1"
}
.fa-file-powerpoint:before {
  content: "\f1c4"
}
.fa-file-video:before {
  content: "\f1c8"
}
.fa-file-word:before {
  content: "\f1c2"
}
.fa-film:before {
  content: "\f008"
}
.fa-filter:before {
  content: "\f0b0"
}
.fa-fire:before {
  content: "\f06d"
}
.fa-fire-extinguisher:before {
  content: "\f134"
}
.fa-firefox:before {
  content: "\f269"
}
.fa-first-aid:before {
  content: "\f479"
}
.fa-first-order:before {
  content: "\f2b0"
}
.fa-firstdraft:before {
  content: "\f3a1"
}
.fa-flag:before {
  content: "\f024"
}
.fa-flag-checkered:before {
  content: "\f11e"
}
.fa-flask:before {
  content: "\f0c3"
}
.fa-flickr:before {
  content: "\f16e"
}
.fa-flipboard:before {
  content: "\f44d"
}
.fa-fly:before {
  content: "\f417"
}
.fa-folder:before {
  content: "\f07b"
}
.fa-folder-open:before {
  content: "\f07c"
}
.fa-font:before {
  content: "\f031"
}
.fa-font-awesome:before {
  content: "\f2b4"
}
.fa-font-awesome-alt:before {
  content: "\f35c"
}
.fa-font-awesome-flag:before {
  content: "\f425"
}
.fa-fonticons:before {
  content: "\f280"
}
.fa-fonticons-fi:before {
  content: "\f3a2"
}
.fa-football-ball:before {
  content: "\f44e"
}
.fa-fort-awesome:before {
  content: "\f286"
}
.fa-fort-awesome-alt:before {
  content: "\f3a3"
}
.fa-forumbee:before {
  content: "\f211"
}
.fa-forward:before {
  content: "\f04e"
}
.fa-foursquare:before {
  content: "\f180"
}
.fa-free-code-camp:before {
  content: "\f2c5"
}
.fa-freebsd:before {
  content: "\f3a4"
}
.fa-frown:before {
  content: "\f119"
}
.fa-futbol:before {
  content: "\f1e3"
}
.fa-gamepad:before {
  content: "\f11b"
}
.fa-gavel:before {
  content: "\f0e3"
}
.fa-gem:before {
  content: "\f3a5"
}
.fa-genderless:before {
  content: "\f22d"
}
.fa-get-pocket:before {
  content: "\f265"
}
.fa-gg:before {
  content: "\f260"
}
.fa-gg-circle:before {
  content: "\f261"
}
.fa-gift:before {
  content: "\f06b"
}
.fa-git:before {
  content: "\f1d3"
}
.fa-git-square:before {
  content: "\f1d2"
}
.fa-github:before {
  content: "\f09b"
}
.fa-github-alt:before {
  content: "\f113"
}
.fa-github-square:before {
  content: "\f092"
}
.fa-gitkraken:before {
  content: "\f3a6"
}
.fa-gitlab:before {
  content: "\f296"
}
.fa-gitter:before {
  content: "\f426"
}
.fa-glass-martini:before {
  content: "\f000"
}
.fa-glide:before {
  content: "\f2a5"
}
.fa-glide-g:before {
  content: "\f2a6"
}
.fa-globe:before {
  content: "\f0ac"
}
.fa-gofore:before {
  content: "\f3a7"
}
.fa-golf-ball:before {
  content: "\f450"
}
.fa-goodreads:before {
  content: "\f3a8"
}
.fa-goodreads-g:before {
  content: "\f3a9"
}
.fa-google:before {
  content: "\f1a0"
}
.fa-google-drive:before {
  content: "\f3aa"
}
.fa-google-play:before {
  content: "\f3ab"
}
.fa-google-plus:before {
  content: "\f2b3"
}
.fa-google-plus-g:before {
  content: "\f0d5"
}
.fa-google-plus-square:before {
  content: "\f0d4"
}
.fa-google-wallet:before {
  content: "\f1ee"
}
.fa-graduation-cap:before {
  content: "\f19d"
}
.fa-gratipay:before {
  content: "\f184"
}
.fa-grav:before {
  content: "\f2d6"
}
.fa-gripfire:before {
  content: "\f3ac"
}
.fa-grunt:before {
  content: "\f3ad"
}
.fa-gulp:before {
  content: "\f3ae"
}
.fa-h-square:before {
  content: "\f0fd"
}
.fa-hacker-news:before {
  content: "\f1d4"
}
.fa-hacker-news-square:before {
  content: "\f3af"
}
.fa-hand-holding:before {
  content: "\f4bd"
}
.fa-hand-holding-heart:before {
  content: "\f4be"
}
.fa-hand-holding-usd:before {
  content: "\f4c0"
}
.fa-hand-lizard:before {
  content: "\f258"
}
.fa-hand-paper:before {
  content: "\f256"
}
.fa-hand-peace:before {
  content: "\f25b"
}
.fa-hand-point-down:before {
  content: "\f0a7"
}
.fa-hand-point-left:before {
  content: "\f0a5"
}
.fa-hand-point-right:before {
  content: "\f0a4"
}
.fa-hand-point-up:before {
  content: "\f0a6"
}
.fa-hand-pointer:before {
  content: "\f25a"
}
.fa-hand-rock:before {
  content: "\f255"
}
.fa-hand-scissors:before {
  content: "\f257"
}
.fa-hand-spock:before {
  content: "\f259"
}
.fa-hands:before {
  content: "\f4c2"
}
.fa-hands-helping:before {
  content: "\f4c4"
}
.fa-handshake:before {
  content: "\f2b5"
}
.fa-hashtag:before {
  content: "\f292"
}
.fa-hdd:before {
  content: "\f0a0"
}
.fa-heading:before {
  content: "\f1dc"
}
.fa-headphones:before {
  content: "\f025"
}
.fa-heart:before {
  content: "\f004"
}
.fa-heartbeat:before {
  content: "\f21e"
}
.fa-hips:before {
  content: "\f452"
}
.fa-hire-a-helper:before {
  content: "\f3b0"
}
.fa-history:before {
  content: "\f1da"
}
.fa-hockey-puck:before {
  content: "\f453"
}
.fa-home:before {
  content: "\f015"
}
.fa-hooli:before {
  content: "\f427"
}
.fa-hospital:before {
  content: "\f0f8"
}
.fa-hospital-alt:before {
  content: "\f47d"
}
.fa-hospital-symbol:before {
  content: "\f47e"
}
.fa-hotjar:before {
  content: "\f3b1"
}
.fa-hourglass:before {
  content: "\f254"
}
.fa-hourglass-end:before {
  content: "\f253"
}
.fa-hourglass-half:before {
  content: "\f252"
}
.fa-hourglass-start:before {
  content: "\f251"
}
.fa-houzz:before {
  content: "\f27c"
}
.fa-html5:before {
  content: "\f13b"
}
.fa-hubspot:before {
  content: "\f3b2"
}
.fa-i-cursor:before {
  content: "\f246"
}
.fa-id-badge:before {
  content: "\f2c1"
}
.fa-id-card:before {
  content: "\f2c2"
}
.fa-id-card-alt:before {
  content: "\f47f"
}
.fa-image:before {
  content: "\f03e"
}
.fa-images:before {
  content: "\f302"
}
.fa-imdb:before {
  content: "\f2d8"
}
.fa-inbox:before {
  content: "\f01c"
}
.fa-indent:before {
  content: "\f03c"
}
.fa-industry:before {
  content: "\f275"
}
.fa-info:before {
  content: "\f129"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-instagram:before {
  content: "\f16d"
}
.fa-internet-explorer:before {
  content: "\f26b"
}
.fa-ioxhost:before {
  content: "\f208"
}
.fa-italic:before {
  content: "\f033"
}
.fa-itunes:before {
  content: "\f3b4"
}
.fa-itunes-note:before {
  content: "\f3b5"
}
.fa-jenkins:before {
  content: "\f3b6"
}
.fa-joget:before {
  content: "\f3b7"
}
.fa-joomla:before {
  content: "\f1aa"
}
.fa-js:before {
  content: "\f3b8"
}
.fa-js-square:before {
  content: "\f3b9"
}
.fa-jsfiddle:before {
  content: "\f1cc"
}
.fa-key:before {
  content: "\f084"
}
.fa-keyboard:before {
  content: "\f11c"
}
.fa-keycdn:before {
  content: "\f3ba"
}
.fa-kickstarter:before {
  content: "\f3bb"
}
.fa-kickstarter-k:before {
  content: "\f3bc"
}
.fa-korvue:before {
  content: "\f42f"
}
.fa-language:before {
  content: "\f1ab"
}
.fa-laptop:before {
  content: "\f109"
}
.fa-laravel:before {
  content: "\f3bd"
}
.fa-lastfm:before {
  content: "\f202"
}
.fa-lastfm-square:before {
  content: "\f203"
}
.fa-leaf:before {
  content: "\f06c"
}
.fa-leanpub:before {
  content: "\f212"
}
.fa-lemon:before {
  content: "\f094"
}
.fa-less:before {
  content: "\f41d"
}
.fa-level-down-alt:before {
  content: "\f3be"
}
.fa-level-up-alt:before {
  content: "\f3bf"
}
.fa-life-ring:before {
  content: "\f1cd"
}
.fa-lightbulb:before {
  content: "\f0eb"
}
.fa-line:before {
  content: "\f3c0"
}
.fa-link:before {
  content: "\f0c1"
}
.fa-linkedin:before {
  content: "\f08c"
}
.fa-linkedin-in:before {
  content: "\f0e1"
}
.fa-linode:before {
  content: "\f2b8"
}
.fa-linux:before {
  content: "\f17c"
}
.fa-lira-sign:before {
  content: "\f195"
}
.fa-list:before {
  content: "\f03a"
}
.fa-list-alt:before {
  content: "\f022"
}
.fa-list-ol:before {
  content: "\f0cb"
}
.fa-list-ul:before {
  content: "\f0ca"
}
.fa-location-arrow:before {
  content: "\f124"
}
.fa-lock:before {
  content: "\f023"
}
.fa-lock-open:before {
  content: "\f3c1"
}
.fa-long-arrow-alt-down:before {
  content: "\f309"
}
.fa-long-arrow-alt-left:before {
  content: "\f30a"
}
.fa-long-arrow-alt-right:before {
  content: "\f30b"
}
.fa-long-arrow-alt-up:before {
  content: "\f30c"
}
.fa-low-vision:before {
  content: "\f2a8"
}
.fa-lyft:before {
  content: "\f3c3"
}
.fa-magento:before {
  content: "\f3c4"
}
.fa-magic:before {
  content: "\f0d0"
}
.fa-magnet:before {
  content: "\f076"
}
.fa-male:before {
  content: "\f183"
}
.fa-map:before {
  content: "\f279"
}
.fa-map-marker:before {
  content: "\f041"
}
.fa-map-marker-alt:before {
  content: "\f3c5"
}
.fa-map-pin:before {
  content: "\f276"
}
.fa-map-signs:before {
  content: "\f277"
}
.fa-mars:before {
  content: "\f222"
}
.fa-mars-double:before {
  content: "\f227"
}
.fa-mars-stroke:before {
  content: "\f229"
}
.fa-mars-stroke-h:before {
  content: "\f22b"
}
.fa-mars-stroke-v:before {
  content: "\f22a"
}
.fa-maxcdn:before {
  content: "\f136"
}
.fa-medapps:before {
  content: "\f3c6"
}
.fa-medium:before {
  content: "\f23a"
}
.fa-medium-m:before {
  content: "\f3c7"
}
.fa-medkit:before {
  content: "\f0fa"
}
.fa-medrt:before {
  content: "\f3c8"
}
.fa-meetup:before {
  content: "\f2e0"
}
.fa-meh:before {
  content: "\f11a"
}
.fa-mercury:before {
  content: "\f223"
}
.fa-microchip:before {
  content: "\f2db"
}
.fa-microphone:before {
  content: "\f130"
}
.fa-microphone-slash:before {
  content: "\f131"
}
.fa-microsoft:before {
  content: "\f3ca"
}
.fa-minus:before {
  content: "\f068"
}
.fa-minus-circle:before {
  content: "\f056"
}
.fa-minus-square:before {
  content: "\f146"
}
.fa-mix:before {
  content: "\f3cb"
}
.fa-mixcloud:before {
  content: "\f289"
}
.fa-mizuni:before {
  content: "\f3cc"
}
.fa-mobile:before {
  content: "\f10b"
}
.fa-mobile-alt:before {
  content: "\f3cd"
}
.fa-modx:before {
  content: "\f285"
}
.fa-monero:before {
  content: "\f3d0"
}
.fa-money-bill-alt:before {
  content: "\f3d1"
}
.fa-moon:before {
  content: "\f186"
}
.fa-motorcycle:before {
  content: "\f21c"
}
.fa-mouse-pointer:before {
  content: "\f245"
}
.fa-music:before {
  content: "\f001"
}
.fa-napster:before {
  content: "\f3d2"
}
.fa-neuter:before {
  content: "\f22c"
}
.fa-newspaper:before {
  content: "\f1ea"
}
.fa-nintendo-switch:before {
  content: "\f418"
}
.fa-node:before {
  content: "\f419"
}
.fa-node-js:before {
  content: "\f3d3"
}
.fa-notes-medical:before {
  content: "\f481"
}
.fa-npm:before {
  content: "\f3d4"
}
.fa-ns8:before {
  content: "\f3d5"
}
.fa-nutritionix:before {
  content: "\f3d6"
}
.fa-object-group:before {
  content: "\f247"
}
.fa-object-ungroup:before {
  content: "\f248"
}
.fa-odnoklassniki:before {
  content: "\f263"
}
.fa-odnoklassniki-square:before {
  content: "\f264"
}
.fa-opencart:before {
  content: "\f23d"
}
.fa-openid:before {
  content: "\f19b"
}
.fa-opera:before {
  content: "\f26a"
}
.fa-optin-monster:before {
  content: "\f23c"
}
.fa-osi:before {
  content: "\f41a"
}
.fa-outdent:before {
  content: "\f03b"
}
.fa-page4:before {
  content: "\f3d7"
}
.fa-pagelines:before {
  content: "\f18c"
}
.fa-paint-brush:before {
  content: "\f1fc"
}
.fa-palfed:before {
  content: "\f3d8"
}
.fa-pallet:before {
  content: "\f482"
}
.fa-paper-plane:before {
  content: "\f1d8"
}
.fa-paperclip:before {
  content: "\f0c6"
}
.fa-parachute-box:before {
  content: "\f4cd"
}
.fa-paragraph:before {
  content: "\f1dd"
}
.fa-paste:before {
  content: "\f0ea"
}
.fa-patreon:before {
  content: "\f3d9"
}
.fa-pause:before {
  content: "\f04c"
}
.fa-pause-circle:before {
  content: "\f28b"
}
.fa-paw:before {
  content: "\f1b0"
}
.fa-paypal:before {
  content: "\f1ed"
}
.fa-pen-square:before {
  content: "\f14b"
}
.fa-pencil-alt:before {
  content: "\f303"
}
.fa-people-carry:before {
  content: "\f4ce"
}
.fa-percent:before {
  content: "\f295"
}
.fa-periscope:before {
  content: "\f3da"
}
.fa-phabricator:before {
  content: "\f3db"
}
.fa-phoenix-framework:before {
  content: "\f3dc"
}
.fa-phone:before {
  content: "\f095"
}
.fa-phone-slash:before {
  content: "\f3dd"
}
.fa-phone-square:before {
  content: "\f098"
}
.fa-phone-volume:before {
  content: "\f2a0"
}
.fa-php:before {
  content: "\f457"
}
.fa-pied-piper:before {
  content: "\f2ae"
}
.fa-pied-piper-alt:before {
  content: "\f1a8"
}
.fa-pied-piper-pp:before {
  content: "\f1a7"
}
.fa-piggy-bank:before {
  content: "\f4d3"
}
.fa-pills:before {
  content: "\f484"
}
.fa-pinterest:before {
  content: "\f0d2"
}
.fa-pinterest-p:before {
  content: "\f231"
}
.fa-pinterest-square:before {
  content: "\f0d3"
}
.fa-plane:before {
  content: "\f072"
}
.fa-play:before {
  content: "\f04b"
}
.fa-play-circle:before {
  content: "\f144"
}
.fa-playstation:before {
  content: "\f3df"
}
.fa-plug:before {
  content: "\f1e6"
}
.fa-plus:before {
  content: "\f067"
}
.fa-plus-circle:before {
  content: "\f055"
}
.fa-plus-square:before {
  content: "\f0fe"
}
.fa-podcast:before {
  content: "\f2ce"
}
.fa-poo:before {
  content: "\f2fe"
}
.fa-pound-sign:before {
  content: "\f154"
}
.fa-power-off:before {
  content: "\f011"
}
.fa-prescription-bottle:before {
  content: "\f485"
}
.fa-prescription-bottle-alt:before {
  content: "\f486"
}
.fa-print:before {
  content: "\f02f"
}
.fa-procedures:before {
  content: "\f487"
}
.fa-product-hunt:before {
  content: "\f288"
}
.fa-pushed:before {
  content: "\f3e1"
}
.fa-puzzle-piece:before {
  content: "\f12e"
}
.fa-python:before {
  content: "\f3e2"
}
.fa-qq:before {
  content: "\f1d6"
}
.fa-qrcode:before {
  content: "\f029"
}
.fa-question:before {
  content: "\f128"
}
.fa-question-circle:before {
  content: "\f059"
}
.fa-quidditch:before {
  content: "\f458"
}
.fa-quinscape:before {
  content: "\f459"
}
.fa-quora:before {
  content: "\f2c4"
}
.fa-quote-left:before {
  content: "\f10d"
}
.fa-quote-right:before {
  content: "\f10e"
}
.fa-random:before {
  content: "\f074"
}
.fa-ravelry:before {
  content: "\f2d9"
}
.fa-react:before {
  content: "\f41b"
}
.fa-readme:before {
  content: "\f4d5"
}
.fa-rebel:before {
  content: "\f1d0"
}
.fa-recycle:before {
  content: "\f1b8"
}
.fa-red-river:before {
  content: "\f3e3"
}
.fa-reddit:before {
  content: "\f1a1"
}
.fa-reddit-alien:before {
  content: "\f281"
}
.fa-reddit-square:before {
  content: "\f1a2"
}
.fa-redo:before {
  content: "\f01e"
}
.fa-redo-alt:before {
  content: "\f2f9"
}
.fa-registered:before {
  content: "\f25d"
}
.fa-rendact:before {
  content: "\f3e4"
}
.fa-renren:before {
  content: "\f18b"
}
.fa-reply:before {
  content: "\f3e5"
}
.fa-reply-all:before {
  content: "\f122"
}
.fa-replyd:before {
  content: "\f3e6"
}
.fa-resolving:before {
  content: "\f3e7"
}
.fa-retweet:before {
  content: "\f079"
}
.fa-ribbon:before {
  content: "\f4d6"
}
.fa-road:before {
  content: "\f018"
}
.fa-rocket:before {
  content: "\f135"
}
.fa-rocketchat:before {
  content: "\f3e8"
}
.fa-rockrms:before {
  content: "\f3e9"
}
.fa-rss:before {
  content: "\f09e"
}
.fa-rss-square:before {
  content: "\f143"
}
.fa-ruble-sign:before {
  content: "\f158"
}
.fa-rupee-sign:before {
  content: "\f156"
}
.fa-safari:before {
  content: "\f267"
}
.fa-sass:before {
  content: "\f41e"
}
.fa-save:before {
  content: "\f0c7"
}
.fa-schlix:before {
  content: "\f3ea"
}
.fa-scribd:before {
  content: "\f28a"
}
.fa-search:before {
  content: "\f002"
}
.fa-search-minus:before {
  content: "\f010"
}
.fa-search-plus:before {
  content: "\f00e"
}
.fa-searchengin:before {
  content: "\f3eb"
}
.fa-seedling:before {
  content: "\f4d8"
}
.fa-sellcast:before {
  content: "\f2da"
}
.fa-sellsy:before {
  content: "\f213"
}
.fa-server:before {
  content: "\f233"
}
.fa-servicestack:before {
  content: "\f3ec"
}
.fa-share:before {
  content: "\f064"
}
.fa-share-alt:before {
  content: "\f1e0"
}
.fa-share-alt-square:before {
  content: "\f1e1"
}
.fa-share-square:before {
  content: "\f14d"
}
.fa-shekel-sign:before {
  content: "\f20b"
}
.fa-shield-alt:before {
  content: "\f3ed"
}
.fa-ship:before {
  content: "\f21a"
}
.fa-shipping-fast:before {
  content: "\f48b"
}
.fa-shirtsinbulk:before {
  content: "\f214"
}
.fa-shopping-bag:before {
  content: "\f290"
}
.fa-shopping-basket:before {
  content: "\f291"
}
.fa-shopping-cart:before {
  content: "\f07a"
}
.fa-shower:before {
  content: "\f2cc"
}
.fa-sign:before {
  content: "\f4d9"
}
.fa-sign-in-alt:before {
  content: "\f2f6"
}
.fa-sign-language:before {
  content: "\f2a7"
}
.fa-sign-out-alt:before {
  content: "\f2f5"
}
.fa-signal:before {
  content: "\f012"
}
.fa-simplybuilt:before {
  content: "\f215"
}
.fa-sistrix:before {
  content: "\f3ee"
}
.fa-sitemap:before {
  content: "\f0e8"
}
.fa-skyatlas:before {
  content: "\f216"
}
.fa-skype:before {
  content: "\f17e"
}
.fa-slack:before {
  content: "\f198"
}
.fa-slack-hash:before {
  content: "\f3ef"
}
.fa-sliders-h:before {
  content: "\f1de"
}
.fa-slideshare:before {
  content: "\f1e7"
}
.fa-smile:before {
  content: "\f118"
}
.fa-smoking:before {
  content: "\f48d"
}
.fa-snapchat:before {
  content: "\f2ab"
}
.fa-snapchat-ghost:before {
  content: "\f2ac"
}
.fa-snapchat-square:before {
  content: "\f2ad"
}
.fa-snowflake:before {
  content: "\f2dc"
}
.fa-sort:before {
  content: "\f0dc"
}
.fa-sort-alpha-down:before {
  content: "\f15d"
}
.fa-sort-alpha-up:before {
  content: "\f15e"
}
.fa-sort-amount-down:before {
  content: "\f160"
}
.fa-sort-amount-up:before {
  content: "\f161"
}
.fa-sort-down:before {
  content: "\f0dd"
}
.fa-sort-numeric-down:before {
  content: "\f162"
}
.fa-sort-numeric-up:before {
  content: "\f163"
}
.fa-sort-up:before {
  content: "\f0de"
}
.fa-soundcloud:before {
  content: "\f1be"
}
.fa-space-shuttle:before {
  content: "\f197"
}
.fa-speakap:before {
  content: "\f3f3"
}
.fa-spinner:before {
  content: "\f110"
}
.fa-spotify:before {
  content: "\f1bc"
}
.fa-square:before {
  content: "\f0c8"
}
.fa-square-full:before {
  content: "\f45c"
}
.fa-stack-exchange:before {
  content: "\f18d"
}
.fa-stack-overflow:before {
  content: "\f16c"
}
.fa-star:before {
  content: "\f005"
}
.fa-star-half:before {
  content: "\f089"
}
.fa-staylinked:before {
  content: "\f3f5"
}
.fa-steam:before {
  content: "\f1b6"
}
.fa-steam-square:before {
  content: "\f1b7"
}
.fa-steam-symbol:before {
  content: "\f3f6"
}
.fa-step-backward:before {
  content: "\f048"
}
.fa-step-forward:before {
  content: "\f051"
}
.fa-stethoscope:before {
  content: "\f0f1"
}
.fa-sticker-mule:before {
  content: "\f3f7"
}
.fa-sticky-note:before {
  content: "\f249"
}
.fa-stop:before {
  content: "\f04d"
}
.fa-stop-circle:before {
  content: "\f28d"
}
.fa-stopwatch:before {
  content: "\f2f2"
}
.fa-strava:before {
  content: "\f428"
}
.fa-street-view:before {
  content: "\f21d"
}
.fa-strikethrough:before {
  content: "\f0cc"
}
.fa-stripe:before {
  content: "\f429"
}
.fa-stripe-s:before {
  content: "\f42a"
}
.fa-studiovinari:before {
  content: "\f3f8"
}
.fa-stumbleupon:before {
  content: "\f1a4"
}
.fa-stumbleupon-circle:before {
  content: "\f1a3"
}
.fa-subscript:before {
  content: "\f12c"
}
.fa-subway:before {
  content: "\f239"
}
.fa-suitcase:before {
  content: "\f0f2"
}
.fa-sun:before {
  content: "\f185"
}
.fa-superpowers:before {
  content: "\f2dd"
}
.fa-superscript:before {
  content: "\f12b"
}
.fa-supple:before {
  content: "\f3f9"
}
.fa-sync:before {
  content: "\f021"
}
.fa-sync-alt:before {
  content: "\f2f1"
}
.fa-syringe:before {
  content: "\f48e"
}
.fa-table:before {
  content: "\f0ce"
}
.fa-table-tennis:before {
  content: "\f45d"
}
.fa-tablet:before {
  content: "\f10a"
}
.fa-tablet-alt:before {
  content: "\f3fa"
}
.fa-tablets:before {
  content: "\f490"
}
.fa-tachometer-alt:before {
  content: "\f3fd"
}
.fa-tag:before {
  content: "\f02b"
}
.fa-tags:before {
  content: "\f02c"
}
.fa-tape:before {
  content: "\f4db"
}
.fa-tasks:before {
  content: "\f0ae"
}
.fa-taxi:before {
  content: "\f1ba"
}
.fa-telegram:before {
  content: "\f2c6"
}
.fa-telegram-plane:before {
  content: "\f3fe"
}
.fa-tencent-weibo:before {
  content: "\f1d5"
}
.fa-terminal:before {
  content: "\f120"
}
.fa-text-height:before {
  content: "\f034"
}
.fa-text-width:before {
  content: "\f035"
}
.fa-th:before {
  content: "\f00a"
}
.fa-th-large:before {
  content: "\f009"
}
.fa-th-list:before {
  content: "\f00b"
}
.fa-themeisle:before {
  content: "\f2b2"
}
.fa-thermometer:before {
  content: "\f491"
}
.fa-thermometer-empty:before {
  content: "\f2cb"
}
.fa-thermometer-full:before {
  content: "\f2c7"
}
.fa-thermometer-half:before {
  content: "\f2c9"
}
.fa-thermometer-quarter:before {
  content: "\f2ca"
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}
.fa-thumbs-down:before {
  content: "\f165"
}
.fa-thumbs-up:before {
  content: "\f164"
}
.fa-thumbtack:before {
  content: "\f08d"
}
.fa-ticket-alt:before {
  content: "\f3ff"
}
.fa-times:before {
  content: "\f00d"
}
.fa-times-circle:before {
  content: "\f057"
}
.fa-tint:before {
  content: "\f043"
}
.fa-toggle-off:before {
  content: "\f204"
}
.fa-toggle-on:before {
  content: "\f205"
}
.fa-trademark:before {
  content: "\f25c"
}
.fa-train:before {
  content: "\f238"
}
.fa-transgender:before {
  content: "\f224"
}
.fa-transgender-alt:before {
  content: "\f225"
}
.fa-trash:before {
  content: "\f1f8"
}
.fa-trash-alt:before {
  content: "\f2ed"
}
.fa-tree:before {
  content: "\f1bb"
}
.fa-trello:before {
  content: "\f181"
}
.fa-tripadvisor:before {
  content: "\f262"
}
.fa-trophy:before {
  content: "\f091"
}
.fa-truck:before {
  content: "\f0d1"
}
.fa-truck-loading:before {
  content: "\f4de"
}
.fa-truck-moving:before {
  content: "\f4df"
}
.fa-tty:before {
  content: "\f1e4"
}
.fa-tumblr:before {
  content: "\f173"
}
.fa-tumblr-square:before {
  content: "\f174"
}
.fa-tv:before {
  content: "\f26c"
}
.fa-twitch:before {
  content: "\f1e8"
}
.fa-twitter:before {
  content: "\f099"
}
.fa-twitter-square:before {
  content: "\f081"
}
.fa-typo3:before {
  content: "\f42b"
}
.fa-uber:before {
  content: "\f402"
}
.fa-uikit:before {
  content: "\f403"
}
.fa-umbrella:before {
  content: "\f0e9"
}
.fa-underline:before {
  content: "\f0cd"
}
.fa-undo:before {
  content: "\f0e2"
}
.fa-undo-alt:before {
  content: "\f2ea"
}
.fa-uniregistry:before {
  content: "\f404"
}
.fa-universal-access:before {
  content: "\f29a"
}
.fa-university:before {
  content: "\f19c"
}
.fa-unlink:before {
  content: "\f127"
}
.fa-unlock:before {
  content: "\f09c"
}
.fa-unlock-alt:before {
  content: "\f13e"
}
.fa-untappd:before {
  content: "\f405"
}
.fa-upload:before {
  content: "\f093"
}
.fa-usb:before {
  content: "\f287"
}
.fa-user:before {
  content: "\f007"
}
.fa-user-circle:before {
  content: "\f2bd"
}
.fa-user-md:before {
  content: "\f0f0"
}
.fa-user-plus:before {
  content: "\f234"
}
.fa-user-secret:before {
  content: "\f21b"
}
.fa-user-times:before {
  content: "\f235"
}
.fa-users:before {
  content: "\f0c0"
}
.fa-ussunnah:before {
  content: "\f407"
}
.fa-utensil-spoon:before {
  content: "\f2e5"
}
.fa-utensils:before {
  content: "\f2e7"
}
.fa-vaadin:before {
  content: "\f408"
}
.fa-venus:before {
  content: "\f221"
}
.fa-venus-double:before {
  content: "\f226"
}
.fa-venus-mars:before {
  content: "\f228"
}
.fa-viacoin:before {
  content: "\f237"
}
.fa-viadeo:before {
  content: "\f2a9"
}
.fa-viadeo-square:before {
  content: "\f2aa"
}
.fa-vial:before {
  content: "\f492"
}
.fa-vials:before {
  content: "\f493"
}
.fa-viber:before {
  content: "\f409"
}
.fa-video:before {
  content: "\f03d"
}
.fa-video-slash:before {
  content: "\f4e2"
}
.fa-vimeo:before {
  content: "\f40a"
}
.fa-vimeo-square:before {
  content: "\f194"
}
.fa-vimeo-v:before {
  content: "\f27d"
}
.fa-vine:before {
  content: "\f1ca"
}
.fa-vk:before {
  content: "\f189"
}
.fa-vnv:before {
  content: "\f40b"
}
.fa-volleyball-ball:before {
  content: "\f45f"
}
.fa-volume-down:before {
  content: "\f027"
}
.fa-volume-off:before {
  content: "\f026"
}
.fa-volume-up:before {
  content: "\f028"
}
.fa-vuejs:before {
  content: "\f41f"
}
.fa-warehouse:before {
  content: "\f494"
}
.fa-weibo:before {
  content: "\f18a"
}
.fa-weight:before {
  content: "\f496"
}
.fa-weixin:before {
  content: "\f1d7"
}
.fa-whatsapp:before {
  content: "\f232"
}
.fa-whatsapp-square:before {
  content: "\f40c"
}
.fa-wheelchair:before {
  content: "\f193"
}
.fa-whmcs:before {
  content: "\f40d"
}
.fa-wifi:before {
  content: "\f1eb"
}
.fa-wikipedia-w:before {
  content: "\f266"
}
.fa-window-close:before {
  content: "\f410"
}
.fa-window-maximize:before {
  content: "\f2d0"
}
.fa-window-minimize:before {
  content: "\f2d1"
}
.fa-window-restore:before {
  content: "\f2d2"
}
.fa-windows:before {
  content: "\f17a"
}
.fa-wine-glass:before {
  content: "\f4e3"
}
.fa-won-sign:before {
  content: "\f159"
}
.fa-wordpress:before {
  content: "\f19a"
}
.fa-wordpress-simple:before {
  content: "\f411"
}
.fa-wpbeginner:before {
  content: "\f297"
}
.fa-wpexplorer:before {
  content: "\f2de"
}
.fa-wpforms:before {
  content: "\f298"
}
.fa-wrench:before {
  content: "\f0ad"
}
.fa-x-ray:before {
  content: "\f497"
}
.fa-xbox:before {
  content: "\f412"
}
.fa-xing:before {
  content: "\f168"
}
.fa-xing-square:before {
  content: "\f169"
}
.fa-y-combinator:before {
  content: "\f23b"
}
.fa-yahoo:before {
  content: "\f19e"
}
.fa-yandex:before {
  content: "\f413"
}
.fa-yandex-international:before {
  content: "\f414"
}
.fa-yelp:before {
  content: "\f1e9"
}
.fa-yen-sign:before {
  content: "\f157"
}
.fa-yoast:before {
  content: "\f2b1"
}
.fa-youtube:before {
  content: "\f167"
}
.fa-youtube-square:before {
  content: "\f431"
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url(../../themes/arendaspectehniki/fonts/fontawesome/fa-brands-400.eot);
  src: url(../../themes/arendaspectehniki/fonts/fontawesome/fa-brands-400-1.eot) format("embedded-opentype"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-brands-400.woff) format("woff"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-brands-400.ttf) format("truetype"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-brands-400.svg) format("svg")
}
.fab {
  font-family: 'Font Awesome 5 Brands'
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(../../themes/arendaspectehniki/fonts/fontawesome/fa-regular-400.eot);
  src: url(../../themes/arendaspectehniki/fonts/fontawesome/fa-regular-400-1.eot) format("embedded-opentype"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-regular-400.woff) format("woff"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-regular-400.ttf) format("truetype"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-regular-400.svg) format("svg")
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  font-weight: 400
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(../../themes/arendaspectehniki/fonts/fontawesome/fa-solid-900.eot);
  src: url(../../themes/arendaspectehniki/fonts/fontawesome/fa-solid-900-1.eot) format("embedded-opentype"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-solid-900.woff) format("woff"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(../../themes/arendaspectehniki/fonts/fontawesome/fa-solid-900.svg) format("svg")
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900
}
body.compensate-for-scrollbar {
  overflow: hidden
}
.fancybox-active {
  height: auto
}
.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fancybox-toolbar {
  right: 0;
  top: 0
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block
}
.fancybox-slide--next {
  z-index: 99995
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0
}
.fancybox-slide--image:before {
  display: none
}
.fancybox-slide--html {
  padding: 6px 6px 0
}
.fancybox-slide--iframe {
  padding: 44px 44px 0
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox-container [data-selectable=true] {
  cursor: text
}
.fancybox-image, .fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}
.fancybox-spaceball {
  z-index: 1
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%
}
.fancybox-slide--video .fancybox-content {
  background: #000
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px
}
.fancybox-iframe, .fancybox-video {
  background: 0 0;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}
.fancybox-iframe {
  vertical-align: top
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc
}
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff
}
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none
}
.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor
}
.fancybox-button--share svg path {
  stroke-width: 1
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s
}
.fancybox-close-small:focus {
  outline: none
}
.fancybox-close-small:hover svg {
  opacity: 1
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px
}
.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: 0 0;
  color: #fff
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}
.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: 0 0;
  border: 6px solid rgba(99, 99, 99, .5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}
.fancybox-share p {
  margin: 0;
  padding: 0
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff
}
.fancybox-share__button:hover {
  text-decoration: none
}
.fancybox-share__button--fb {
  background: #3b5998
}
.fancybox-share__button--fb:hover {
  background: #344e86
}
.fancybox-share__button--pt {
  background: #bd081d
}
.fancybox-share__button--pt:hover {
  background: #aa0719
}
.fancybox-share__button--tw {
  background: #1da1f2
}
.fancybox-share__button--tw:hover {
  background: #0d95e8
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}
.fancybox-share__button svg path {
  fill: #fff
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}
.fancybox-thumbs-x > ul {
  overflow: hidden
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1
}
@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px)
  }
}
/*!

 * jReject (jQuery Browser Rejection Plugin)

 * Version 1.1.x

 * URL: http://jreject.turnwheel.com/

 * Description: jReject is a easy method of rejecting specific browsers on your site

 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/

 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.

 */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute
}
#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0
}
#jr_inner {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
  color: #4f4f4f;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
#jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: .5em
}
#jr_inner p {
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
  margin: 0
}
#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 15px 0
}
#jr_inner ul:after {
  content: '';
  display: block;
  clear: both
}
#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px;
  padding: 0;
  text-align: center
}
#jr_inner li a {
  color: #333;
  font-size: .8em;
  text-decoration: none;
  padding: 0;
  margin: 0
}
#jr_inner li a:hover {
  text-decoration: underline
}
#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat center;
  background-size: 80px 80px;
  cursor: pointer
}
#jr_close {
  clear: both;
  padding: 0;
  margin: 0
}
#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline
}
#jr_close p {
  padding: 10px 0 0;
  margin: 0
}
/*!

* Bootstrap Grid v4.0.0 (https://getbootstrap.com)

* Copyright 2011-2018 The Bootstrap Authors

* Copyright 2011-2018 Twitter, Inc.

* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

*/
@-ms-viewport {
  width: device-width
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1150px
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}
.offset-1 {
  margin-left: 8.3333333333%
}
.offset-2 {
  margin-left: 16.6666666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.3333333333%
}
.offset-5 {
  margin-left: 41.6666666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.3333333333%
}
.offset-8 {
  margin-left: 66.6666666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.3333333333%
}
.offset-11 {
  margin-left: 91.6666666667%
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.3333333333%
  }
  .offset-md-2 {
    margin-left: 16.6666666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.3333333333%
  }
  .offset-md-5 {
    margin-left: 41.6666666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.3333333333%
  }
  .offset-md-8 {
    margin-left: 66.6666666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.3333333333%
  }
  .offset-md-11 {
    margin-left: 91.6666666667%
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
}
@media (min-width:1240px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
}
.d-none {
  display: none !important
}
.d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
.d-table {
  display: table !important
}
.d-table-row {
  display: table-row !important
}
.d-table-cell {
  display: table-cell !important
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }
  .d-lg-inline {
    display: inline !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  .d-lg-table {
    display: table !important
  }
  .d-lg-table-row {
    display: table-row !important
  }
  .d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:1240px) {
  .d-xl-none {
    display: none !important
  }
  .d-xl-inline {
    display: inline !important
  }
  .d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-block {
    display: block !important
  }
  .d-xl-table {
    display: table !important
  }
  .d-xl-table-row {
    display: table-row !important
  }
  .d-xl-table-cell {
    display: table-cell !important
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media print {
  .d-print-none {
    display: none !important
  }
  .d-print-inline {
    display: inline !important
  }
  .d-print-inline-block {
    display: inline-block !important
  }
  .d-print-block {
    display: block !important
  }
  .d-print-table {
    display: table !important
  }
  .d-print-table-row {
    display: table-row !important
  }
  .d-print-table-cell {
    display: table-cell !important
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important
}
@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:1240px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  width: 100% !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.mw-100 {
  max-width: 100% !important
}
.mh-100 {
  max-height: 100% !important
}
.m-0 {
  margin: 0 !important
}
.mt-0, .my-0 {
  margin-top: 0 !important
}
.mr-0, .mx-0 {
  margin-right: 0 !important
}
.mb-0, .my-0 {
  margin-bottom: 0 !important
}
.ml-0, .mx-0 {
  margin-left: 0 !important
}
.m-1 {
  margin: .25rem !important
}
.mt-1, .my-1 {
  margin-top: .25rem !important
}
.mr-1, .mx-1 {
  margin-right: .25rem !important
}
.mb-1, .my-1 {
  margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
  margin-left: .25rem !important
}
.m-2 {
  margin: .5rem !important
}
.mt-2, .my-2 {
  margin-top: .5rem !important
}
.mr-2, .mx-2 {
  margin-right: .5rem !important
}
.mb-2, .my-2 {
  margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
  margin-left: .5rem !important
}
.m-3 {
  margin: 1rem !important
}
.mt-3, .my-3 {
  margin-top: 1rem !important
}
.mr-3, .mx-3 {
  margin-right: 1rem !important
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
  margin-left: 1rem !important
}
.m-4 {
  margin: 1.5rem !important
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important
}
.m-5 {
  margin: 3rem !important
}
.mt-5, .my-5 {
  margin-top: 3rem !important
}
.mr-5, .mx-5 {
  margin-right: 3rem !important
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
  margin-left: 3rem !important
}
.p-0 {
  padding: 0 !important
}
.pt-0, .py-0 {
  padding-top: 0 !important
}
.pr-0, .px-0 {
  padding-right: 0 !important
}
.pb-0, .py-0 {
  padding-bottom: 0 !important
}
.pl-0, .px-0 {
  padding-left: 0 !important
}
.p-1 {
  padding: .25rem !important
}
.pt-1, .py-1 {
  padding-top: .25rem !important
}
.pr-1, .px-1 {
  padding-right: .25rem !important
}
.pb-1, .py-1 {
  padding-bottom: .25rem !important
}
.pl-1, .px-1 {
  padding-left: .25rem !important
}
.p-2 {
  padding: .5rem !important
}
.pt-2, .py-2 {
  padding-top: .5rem !important
}
.pr-2, .px-2 {
  padding-right: .5rem !important
}
.pb-2, .py-2 {
  padding-bottom: .5rem !important
}
.pl-2, .px-2 {
  padding-left: .5rem !important
}
.p-3 {
  padding: 1rem !important
}
.pt-3, .py-3 {
  padding-top: 1rem !important
}
.pr-3, .px-3 {
  padding-right: 1rem !important
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important
}
.pl-3, .px-3 {
  padding-left: 1rem !important
}
.p-4 {
  padding: 1.5rem !important
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important
}
.p-5 {
  padding: 3rem !important
}
.pt-5, .py-5 {
  padding-top: 3rem !important
}
.pr-5, .px-5 {
  padding-right: 3rem !important
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important
}
.pl-5, .px-5 {
  padding-left: 3rem !important
}
.m-auto {
  margin: auto !important
}
.mt-auto, .my-auto {
  margin-top: auto !important
}
.mr-auto, .mx-auto {
  margin-right: auto !important
}
.mb-auto, .my-auto {
  margin-bottom: auto !important
}
.ml-auto, .mx-auto {
  margin-left: auto !important
}
@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
  }
  .m-sm-1 {
    margin: .25rem !important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }
  .m-sm-2 {
    margin: .5rem !important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important
  }
  .m-sm-3 {
    margin: 1rem !important
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
  }
  .m-sm-4 {
    margin: 1.5rem !important
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
  }
  .m-sm-5 {
    margin: 3rem !important
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
  }
  .p-sm-0 {
    padding: 0 !important
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }
  .p-sm-1 {
    padding: .25rem !important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }
  .p-sm-2 {
    padding: .5rem !important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
  }
  .p-sm-3 {
    padding: 1rem !important
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
  }
  .p-sm-4 {
    padding: 1.5rem !important
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
  }
  .p-sm-5 {
    padding: 3rem !important
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
  }
  .m-sm-auto {
    margin: auto !important
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important
  }
  .m-md-1 {
    margin: .25rem !important
  }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }
  .m-md-2 {
    margin: .5rem !important
  }
  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
  }
  .m-md-3 {
    margin: 1rem !important
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
  }
  .m-md-4 {
    margin: 1.5rem !important
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
  }
  .m-md-5 {
    margin: 3rem !important
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
  }
  .p-md-0 {
    padding: 0 !important
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }
  .p-md-1 {
    padding: .25rem !important
  }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }
  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }
  .p-md-2 {
    padding: .5rem !important
  }
  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }
  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }
  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important
  }
  .p-md-3 {
    padding: 1rem !important
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important
  }
  .p-md-4 {
    padding: 1.5rem !important
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
  }
  .p-md-5 {
    padding: 3rem !important
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important
  }
  .m-md-auto {
    margin: auto !important
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
  }
  .m-lg-1 {
    margin: .25rem !important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }
  .m-lg-2 {
    margin: .5rem !important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important
  }
  .m-lg-3 {
    margin: 1rem !important
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
  }
  .m-lg-4 {
    margin: 1.5rem !important
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
  }
  .m-lg-5 {
    margin: 3rem !important
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }
  .p-lg-0 {
    padding: 0 !important
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }
  .p-lg-1 {
    padding: .25rem !important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }
  .p-lg-2 {
    padding: .5rem !important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
  }
  .p-lg-3 {
    padding: 1rem !important
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
  }
  .p-lg-4 {
    padding: 1.5rem !important
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
  }
  .p-lg-5 {
    padding: 3rem !important
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
  }
  .m-lg-auto {
    margin: auto !important
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important
  }
}
@media (min-width:1240px) {
  .m-xl-0 {
    margin: 0 !important
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
  }
  .m-xl-1 {
    margin: .25rem !important
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }
  .m-xl-2 {
    margin: .5rem !important
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important
  }
  .m-xl-3 {
    margin: 1rem !important
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
  }
  .m-xl-4 {
    margin: 1.5rem !important
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
  }
  .m-xl-5 {
    margin: 3rem !important
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
  }
  .p-xl-0 {
    padding: 0 !important
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }
  .p-xl-1 {
    padding: .25rem !important
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }
  .p-xl-2 {
    padding: .5rem !important
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
  }
  .p-xl-3 {
    padding: 1rem !important
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
  }
  .p-xl-4 {
    padding: 1.5rem !important
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
  }
  .p-xl-5 {
    padding: 3rem !important
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
  }
  .m-xl-auto {
    margin: auto !important
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important
  }
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
.jq-checkbox, .jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.jq-checkbox input, .jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0
}
.jq-file {
  position: relative;
  display: block
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.jq-selectbox, .jq-select-multiple {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
.jq-selectbox select, .jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0
}
.jq-selectbox li, .jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}
.jq-selectbox {
  z-index: 10
}
.jq-selectbox__select {
  position: relative
}
.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis
}
.jq-selectbox__dropdown {
  position: absolute
}
.jq-selectbox__search input {
  -webkit-appearance: textfield
}
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none
}
.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch
}
.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}
.jq-number {
  display: inline-block
}
.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left
}
.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}
.jq-checkbox, .jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer
}
.jq-checkbox.focused, .jq-radio.focused {
  border: 1px solid #08c
}
.jq-checkbox.disabled, .jq-radio.disabled {
  opacity: .55
}
.jq-checkbox {
  border-radius: 3px
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg)
}
.jq-radio {
  border-radius: 50%
}
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7)
}
.jq-file {
  width: 100%
}
.jq-file input {
  cursor: pointer
}
.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  color: #494949
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px
}
.jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
  border-color: #ccc;
  background: #f5f5f5;
  color: #888
}
.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0
}
.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1)
}
.jq-number__field:hover {
  border-color: #b3b3b3
}
.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: 0 0;
  font: 14px Arial, sans-serif;
  color: #333
}
.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer
}
.jq-number__spin.minus {
  top: auto;
  bottom: 0
}
.jq-number__spin:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6)
}
.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd
}
.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent
}
.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent
}
.jq-number__spin.minus:hover:after {
  border-top-color: #000
}
.jq-number__spin.plus:hover:after {
  border-bottom-color: #000
}
.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf
}
.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888
}
.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa
}
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer
}
.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff
}
.jq-selectbox__select:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6)
}
.jq-selectbox__select:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888
}
.jq-selectbox__select-text {
  display: block;
  width: 100%
}
.jq-selectbox .placeholder {
  color: #888
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  font: 14px/18px Arial, sans-serif
}
.jq-selectbox__search {
  margin: 5px
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px
}
.jq-selectbox ul {
  margin: 0;
  padding: 0
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231f20
}
.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff
}
.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff
}
.jq-selectbox li.disabled {
  color: #aaa
}
.jq-selectbox li.disabled:hover {
  background: 0 0
}
.jq-selectbox li.optgroup {
  font-weight: 700
}
.jq-selectbox li.optgroup:hover {
  background: 0 0;
  color: #231f20;
  cursor: default
}
.jq-selectbox li.option {
  padding-left: 25px
}
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default
}
.jq-select-multiple.focused {
  border: 1px solid #5794bf
}
.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px
}
.jq-select-multiple li.selected {
  background: #08c;
  color: #fff
}
.jq-select-multiple li.disabled {
  color: #aaa
}
.jq-select-multiple li.optgroup {
  font-weight: 700
}
.jq-select-multiple li.option {
  padding-left: 25px
}
.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled {
  background: #ccc;
  color: #fff
}
input[type=email].styler, input[type=password].styler, input[type=search].styler, input[type=tel].styler, input[type=text].styler, input[type=url].styler, textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333
}
input[type=search].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
textarea.styler {
  overflow: auto
}
input[type=email].styler:hover, input[type=password].styler:hover, input[type=search].styler:hover, input[type=tel].styler:hover, input[type=text].styler:hover, input[type=url].styler:hover, textarea.styler:hover {
  border-color: #b3b3b3
}
input[type=email].styler:hover:focus, input[type=password].styler:hover:focus, input[type=search].styler:hover:focus, input[type=tel].styler:hover:focus, input[type=text].styler:hover:focus, input[type=url].styler:hover:focus, textarea.styler:hover:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
button.styler, input[type=button].styler, input[type=submit].styler, input[type=reset].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer
}
button.styler.styler::-moz-focus-inner, input[type=button].styler.styler::-moz-focus-inner, input[type=submit].styler.styler::-moz-focus-inner, input[type=reset].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0
}
button.styler:not([disabled]):hover, input[type=button].styler:not([disabled]):hover, input[type=submit].styler:not([disabled]):hover, input[type=reset].styler:not([disabled]):hover, input[type=reset].styler:hover {
  background: linear-gradient(#f6f6f6, #e6e6e6)
}
button.styler:active, input[type=button].styler:active, input[type=submit].styler:active, input[type=reset].styler:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd
}
button.styler[disabled], input[type=button].styler[disabled], input[type=submit].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888
}
/*!

 * jquery-drawer v3.2.2

 * Flexible drawer menu using jQuery, iScroll and CSS.

 * http://git.blivesta.com/drawer

 * License : MIT

 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)

 */
.drawer-open {
  overflow: hidden !important
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none
}
.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222
}
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .36)
}
.drawer-open .drawer-overlay {
  display: block
}
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
  transition: top .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--top.drawer-open .drawer-nav {
  top: 0
}
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--right.drawer-open .drawer-nav {
  right: 16.25rem
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0
}
.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff
}
@media (min-width:64em) {
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem
  }
}
@media (min-width:75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff
}
.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%
}
.drawer-navbar--fixed {
  position: fixed
}
.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center
}
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem
}
@media (min-width:64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0
  }
  .drawer-navbar .drawer-menu--right {
    float: right
  }
  .drawer-navbar .drawer-menu li {
    float: left
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  .drawer-navbar .drawer-menu {
    padding: 0
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem
  }
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none
}
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block
}
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.drawer-container {
  margin-right: auto;
  margin-left: auto
}
@media (min-width:64em) {
  .drawer-container {
    max-width: 60rem
  }
}
@media (min-width:75em) {
  .drawer-container {
    max-width: 70rem
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
@font-face {
  font-family: 'Avenir Next Cyr';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot);
  src: url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Regular-1.eot) format('embedded-opentype'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff2) format('woff2'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff) format('woff'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf) format('truetype'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Regular.svg) format('svg')
}
@font-face {
  font-family: 'Avenir Next Cyr';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot);
  src: url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Bold-1.eot) format('embedded-opentype'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff2) format('woff2'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff) format('woff'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf) format('truetype'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Bold.svg) format('svg')
}
@font-face {
  font-family: 'Avenir Next Cyr';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Heavy.eot);
  src: url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Heavy-1.eot) format('embedded-opentype'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Heavy.woff2) format('woff2'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Heavy.woff) format('woff'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Heavy.ttf) format('truetype'), url(../../themes/arendaspectehniki/fonts/AvenirNextCyr/AvenirNextCyr-Heavy.svg) format('svg')
}
.clearfix:after {
  display: table;
  clear: both;
  content: ''
}
.centered {
  display: table;
  width: 100%;
  height: 100%
}
.centered > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle
}
body {
  font-family: 'Avenir Next Cyr';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: #383940;
  background: #fff
}
.is-show-menu {
  overflow: hidden !important
}
.logged-in.admin-bar {
  padding-top: 0
}
.logged-in.admin-bar .header:not(.header--fixed) {
  margin-top: 32px
}
@media screen and (max-width:782px) {
  .logged-in.admin-bar {
    padding-top: 0 !important
  }
}
html:not(.msie) body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
html:not(.msie) main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
ul, ol {
  list-style-type: none
}
img {
  max-width: 100%
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
  margin: 0;
  padding: 0;
  color: #383940
}
h1, .h1 {
    font-size: 36px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 19px;
    padding: 17px 0 0;
    font-weight: 600;
    letter-spacing: .9px;
}
@media (max-width:800px) {
  h1, .h1 {
    font-size: 34px
  }
}
@media (max-width:600px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: normal
  }
}
@media (max-width:440px) {
  h1, .h1 {
    font-size: 28px
  }
}
@media (max-width:360px) {
  h1, .h1 {
    font-size: 26px
  }
}
@media (max-width:340px) {
  h1, .h1 {
    font-size: 22px
  }
}
h2, .h2 {
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 25px;
  text-transform: uppercase
}
@media (max-width:440px) {
  h2, .h2 {
    font-size: 25px
  }
}
@media (max-width:360px) {
  h2, .h2 {
    font-size: 24px
  }
}
@media (max-width:340px) {
  h2, .h2 {
    font-size: 22px
  }
}
h3, .h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.19;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 16px;
  text-transform: uppercase;
  color: #383940
}
@media (max-width:440px) {
  h3, .h3 {
    font-size: 18px
  }
}
h4, .h4 {
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 0 0 15px;
  text-transform: uppercase
}
h5, .h5 {
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  padding: 0 0 15px
}
h6, .h6 {
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  padding: 0 0 15px
}
.h1--white, .h2--white, .h3--white, .h4--white, .h5--white, .h6--white {
  color: #fff
}
.h1--uppcs, .h2--uppcs, .h3--uppcs, .h4--uppcs, .h5--uppcs, .h6--uppcs {
  text-transform: uppercase
}
.h1--light, .h2--light, .h3--light, .h4--light, .h5--light, .h6--light {
  font-weight: 400
}
.inner__title {
  text-align: center
}
p {
  font-family: 'Avenir Next Cyr';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  letter-spacing: .4px;
  color: #383940
}
@media (max-width:350px) {
  p {
    font-size: 15px
  }
}
p:not(:only-of-type), p:not(:only-child) {
  padding: 0 0 30px
}
hr {
  overflow: hidden;
  height: 1px;
  margin: 32px 0;
  border: 0;
  background: #d2dce9
}
q, blockquote, .blockquote {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 0 0 17px 52px;
  text-align: left
}
@media (max-width:767px) {
  q, blockquote, .blockquote {
    padding: 22px 0 17px
  }
}
q:before, blockquote:before, .blockquote:before {
  font-size: 71px;
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  content: '“';
  color: #d2dce9
}
@media (max-width:767px) {
  q:before, blockquote:before, .blockquote:before {
    font-size: 52px;
    top: 0
  }
}
q:after, blockquote:after, .blockquote:after {
  position: absolute;
  bottom: 0;
  left: 52px;
  width: 65px;
  height: 3px;
  content: '';
  background: #fa0
}
@media (max-width:767px) {
  q:after, blockquote:after, .blockquote:after {
    left: 0
  }
}
strong, b {
  font-weight: 900
}
a {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  color: #383940;
  border-bottom: 1px solid #383940
}
a:not(.btn):not(.header__nav-link):not(.header__logo):not(.footer__logo):not(.footer__mail-item):active, a:not(.btn):not(.header__nav-link):not(.header__logo):not(.footer__logo):not(.footer__mail-item):hover {
  color: #fa0
}
a[href^='tel:']:hover span {
  border-color: #fff
}
.button {
  text-decoration: none
}
.no-pointerevents .btn-burger:hover {
  background-color: #fa0
}
.no-pointerevents .btn-burger.is-active {
  background-color: #fa0
}
a:hover {
  text-decoration: none
}
[class*=icon-] {
  display: inline-block;
  vertical-align: top
}
img[style*='float: left'], img[style*='float:left'], img[align=left] {
  margin: 0 20px 5px 0
}
img[style*='float: right'], img[style*='float:right'], img[align=right] {
  margin: 0 0 5px 20px
}
.fancybox-close-small {
  z-index: 999;
  top: 0;
  right: 1px;
  width: 40px;
  height: 40px;
  padding: 0
}
@media (max-width:480px) {
  .fancybox-close-small {
    z-index: 999;
    top: -22px;
    right: -20px
  }
}
.fancybox-close-small svg {
  width: 40px;
  height: 40px;
  opacity: 1;
  stroke-width: 3
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs__item {
  line-height: 1.45;
  color: #383940
}
.breadcrumbs span {
  line-height: 1.45;
  color: #383940
}
span.breadcrumbs__sep {
  color: #fa0
}
.breadcrumbs a {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  color: #383940;
  border-bottom: 0
}
.breadcrumbs a + span {
  color: #fa0
}
.breadcrumbs a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 1;
  background-color: #383940
}
.breadcrumbs a:hover {
  color: #fa0
}
.breadcrumbs a:hover:before {
  background-color: #fa0
}
.documents {
  margin-bottom: 21px;
  padding: 0 0 29px;
  text-align: left
}
.documents--decor {
  position: relative
}
.documents--decor:after {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 65px;
  height: 3px;
  content: '';
  background: #fa0
}
a[href$='.pdf'], a[href$='.doc'], a[href$='.docx'], a[href$='.pptx'], a[href$='.ppt'] {
  font-size: 20px;
  position: relative;
  padding-right: 33px;
  color: #383940;
  border-bottom: none !important
}
.static-content a[href$='.pdf'], .static-content a[href$='.doc'], .static-content a[href$='.docx'], .static-content a[href$='.pptx'], .static-content a[href$='.ppt'] {
  color: #383940
}
a[href$='.pdf']:not(:first-of-type), a[href$='.doc']:not(:first-of-type), a[href$='.docx']:not(:first-of-type), a[href$='.pptx']:not(:first-of-type), a[href$='.ppt']:not(:first-of-type) {
  margin-top: 15px
}
@media (max-width:992px) {
  a[href$='.pdf'], a[href$='.doc'], a[href$='.docx'], a[href$='.pptx'], a[href$='.ppt'] {
    padding-right: 0;
    padding-left: 43px
  }
}
a[href$='.pdf']:after, a[href$='.doc']:after, a[href$='.docx']:after, a[href$='.pptx']:after, a[href$='.ppt']:after {
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 23px;
  height: 31px;
  margin-left: 13px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  color: #fa0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto
}
a[href$='.pdf']:after {
  content: '\f1c1'
}
a[href$='.doc']:after {
  content: '\f1c2'
}
a[href$='.docx']:after {
  content: '\f1c2'
}
a[href$='.pptx']:after {
  content: '\f1c4'
}
a[href$='.ppt']:after {
  content: '\f1c4'
}
a[href$='.pdf']:hover:after, a[href$='.doc']:hover:after, a[href$='.docx']:hover:after, a[href$='.pptx']:hover:after, a[href$='.ppt']:hover:after {
  color: #fff
}
.static-content a[href$='.pdf']:hover:after, .static-content a[href$='.doc']:hover:after, .static-content a[href$='.docx']:hover:after, .static-content a[href$='.pptx']:hover:after, .static-content a[href$='.ppt']:hover:after {
  color: #383940
}
@media (max-width:992px) {
  a[href$='.pdf']:after, a[href$='.doc']:after, a[href$='.docx']:after, a[href$='.pptx']:after, a[href$='.ppt']:after {
    top: 1px;
    left: 0;
    margin-left: 0
  }
}
a[href$='.pdf'] span, a[href$='.doc'] span, a[href$='.docx'] span, a[href$='.pptx'] span, a[href$='.ppt'] span {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border-bottom: 1px dashed rgba(255, 255, 255, .5)
}
.static-content a[href$='.pdf'] span, .static-content a[href$='.doc'] span, .static-content a[href$='.docx'] span, .static-content a[href$='.pptx'] span, .static-content a[href$='.ppt'] span {
  color: #383940;
  border-bottom-color: #383940
}
@media (max-width:800px) {
  a[href$='.pdf'] span, a[href$='.doc'] span, a[href$='.docx'] span, a[href$='.pptx'] span, a[href$='.ppt'] span {
    border-bottom: none
  }
}
a[href$='.pdf']:hover span, a[href$='.doc']:hover span, a[href$='.docx']:hover span, a[href$='.pptx']:hover span, a[href$='.ppt']:hover span {
  color: #fa0;
  border-color: #fa0
}
.static-content a[href$='.pdf']:focus span, .static-content a[href$='.doc']:focus span, .static-content a[href$='.docx']:focus span, .static-content a[href$='.pptx']:focus span, .static-content a[href$='.ppt']:focus span {
  border-bottom: none
}
.inner-h1 {
  position: relative;
  padding-bottom: 16px;
  text-align: center
}
@media (max-width:1199px) {
  .inner-h1 {
    margin-top: 15px;
    padding-bottom: 15px
  }
}
@media (max-width:992px) {
  .inner-h1 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px
  }
}
@media (max-width:480px) {
  .inner-h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 13px
  }
}
@media (max-width:374px) {
  .inner-h1 {
    margin-top: 10px;
    margin-bottom: 10px
  }
}
.h1--decor {
  position: relative
}
.h1--decor:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 4px;
  content: '';
  border-radius: 2px;
  background: #fa0
}
.inner-category-h1:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  content: '';
  background: #fa0
}
.static-content {
  padding-bottom: 25px
}
.static-content:after {
  display: table;
  clear: both;
  content: ''
}
.static-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 12px;
  padding: 0;
  letter-spacing: .4px
}
@media (max-width:350px) {
  .static-content p {
    font-size: 15px
  }
}
.static-content p:not(:first-of-type) {
  padding-top: 9px
}
.content__wrap.static-content p:first-of-type {
  margin-top: 6px
}
.static-content p:last-of-type, .static-content p:only-of-type {
  margin-bottom: 0
}
.static-content p + .btn {
  margin-top: 12px
}
.static-content h1 {
  margin: 20px 0;
  padding: 0;
  color: #383940
}
.static-content h1 {
  position: relative;
  padding: 17px 0 0;
  text-align: center
}
.static-content h1:after {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  width: 64px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  content: '';
  border-radius: 2px;
  background: #fa0
}
.static-content h2 {
  position: relative;
  margin: 15px 0 8px;
  padding: 0;
  color: #383940
}
.static-content h2 + p {
  margin-top: 0
}
.static-content p + h2, .static-content p + h3, .static-content p + h3 {
  padding-top: 12px
}
.static-content h3 {
  margin: 15px 0 9px;
  margin-top: 20px;
  padding: 0;
  color: #383940
}
.static-content h3 + p {
  margin-top: 0
}
.static-content h4 {
  margin: 17px 0 10px;
  padding: 0;
  color: #383940
}
.static-content h4 + p {
  margin-top: 0
}
.static-content .content__block-title + h4 {
  margin-top: 9px
}
.static-content .alignleft {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none
}
@media (max-width:800px) {
  .static-content .alignleft {
    display: block;
    float: none;
    max-width: 100%;
    height: auto;
    margin: 20px auto
  }
}
.static-content .alignright {
  display: block;
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 20px;
  text-decoration: none
}
@media (max-width:800px) {
  .static-content .alignright {
    display: block;
    float: none;
    max-width: 100%;
    height: auto;
    margin: 20px auto
  }
}
.static-content .aligncenter {
  display: block;
  margin: 20px auto
}
.static-content ul, .static-content ol, .section ul, .section ol {
  margin: 25px 0;
  padding: 0
}
.static-content ul li ul, .static-content ol li ol, .static-content ul li ol, .static-content ol li ul, .section ul li ul, .section ol li ol, .services__list ul li ul {
  margin-top: 5px;
  margin-bottom: 18px
}
.static-content ul li, .section ul li, .services__list ul li, .static-content ol li, .section ol li, .services__list ol li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 12px;
  letter-spacing: .4px
}
.static-content ul li ul li, .static-content ol li ol li, .static-content ul li ol li, .static-content ol li ul li, .section ul li ul li, .section ol li ol li, .services__list ul li ul li {
  margin-bottom: 0;
  padding-left: 14px
}
.static-content ul li:before, .default-list ul li:before, .section ul li:before, .services__list ul li:before {
  position: absolute;
  top: 8px;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -10px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fa0
}
.static-content ul li ul li:before, .static-content ol li ul li:before, .section ul li ul li:before, .section ol li ol li:before, .services__list ul li ul li:before {
  top: 9px;
  width: 3px;
  height: 3px;
  margin-left: -10px
}
.static-content ol li ol li:before, .static-content ul li ol li:before {
  top: unset;
  width: unset;
  height: unset;
  background: 0 0
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.static-content ul, .static-content ol {
  width: auto;
  margin-top: 8px
}
@media (max-width:1024px) {
  .static-content ul, .static-content ol {
    width: 100%
  }
}
.static-content > ul:first-child, .static-content > ol:first-child {
  margin-top: 28px
}
ul.col-two {
  width: auto;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  column-gap: 29px;
  -webkit-column-fill: balance;
  column-fill: balance
}
@media (max-width:860px) {
  ul.col-two {
    -webkit-column-count: 12;
    column-count: 1
  }
}
ul.col-two li {
  line-height: 1.62;
  position: relative;
  margin-bottom: 19px;
  padding-left: 18px
}
ul.col-two li:before {
  top: 11px
}
.no-list li:before {
  content: none !important
}
.no-list li {
  padding-left: 0 !important
}
.static-content a {
  line-height: 1.2;
  color: #383940;
  border-bottom: 1px solid #383940
}
.static-content a:hover {
  border-color: #fa0
}
.static-content a:focus {
  border-color: #fa0
}
.ya-share2__link, .static-content .ya-share2__link {
  line-height: normal;
  border-bottom: none
}
.static-content ol {
  list-style-position: inside;
  list-style-type: decimal;
  counter-reset: item
}
ol li {
  position: relative;
  display: block;
  padding-left: 0
}
ol > li:before {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-left: -10px;
  content: counters(item, '.') '. ';
  counter-increment: item;
  vertical-align: text-bottom;
  color: #fa0
}
.static-content table, .static-content .table {
  margin: 21px 0 25px;
  border-collapse: collapse
}
@media (max-width:575px) {
  .static-content table, .static-content .table {
    display: block;
    overflow-x: scroll
  }
}
.static-content table th, .static-content table td, .static-content .table th, .static-content .table td {
  font-size: 13px;
  padding: 10px 20px;
  color: #000
}
.static-content table th, .static-content .table th {
  text-align: left
}
.static-content table tr:last-child {
  border-bottom: 1px solid #fff
}
.static-content table tr:nth-child(2n+1) {
  background-color: #eaedf0
}
.section {
  position: relative;
  padding: 88px 0 30px
}
@media (max-width:992px) {
  .section {
    padding: 50px 0 30px
  }
}
.section--dark {
  background-color: #383940 !important
}
.section--colored {
  background-color: #fa0 !important
}
.section--dark p, .section--dark ul, .section--dark ol, .section--dark .h1 {
  color: #fff
}
.section--dark .section__title {
  color: #fff
}
.section__title {
  line-height: 1.145;
  display: block;
  width: 100%;
  margin-bottom: 19px;
  text-align: center
}
.title--decor {
  position: relative;
  padding: 17px 0 0
}
.title--decor:after {
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  width: 64px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  content: '';
  border-radius: 2px;
  background: #fa0
}
.title--wh-decor:after {
  background: #fff
}
.title--decor-bot {
  position: relative;
  margin-bottom: 31px;
  padding: 0 0 29px
}
.title--decor-bot:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 4px;
  content: '';
  border-radius: 2px;
  background: #fa0
}
.upper {
  text-transform: uppercase
}
.grey-bg {
  background: #f5f5f5
}
.hidden {
  display: none
}
.dashed-link, .static-content .dashed-link {
  display: inline-block;
  color: #1e1c1e;
  border-bottom: 1px dashed rgba(30, 28, 30, .3)
}
.dashed-link:hover, .static-content .dashed-link:hover {
  border-color: #1e1c1e
}
.dashed-link:focus, .static-content .dashed-link:focus {
  color: rgba(30, 28, 30, .5);
  border-color: rgba(30, 28, 30, .3)
}
.static-content--white .dashed-link {
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, .3)
}
.static-content--white .dashed-link:hover {
  border-color: #fff
}
.static-content--white .dashed-link:focus {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .3)
}
[class*=icon-] {
  display: inline-block;
  vertical-align: top
}
.text--white {
  color: #fff
}
.text-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px
}
.video-link {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border: 3px solid #fa0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0)
}
.video-link--square {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 0;
  background-color: #fa0
}
@media (max-width:1200px) {
  .video-link--square {
    width: 42px;
    height: 45px
  }
}
@media (max-width:992px) {
  .video-link--square {
    width: 37px;
    height: 37px
  }
}
@media (max-width:767px) {
  .video-link--square {
    width: 45px;
    height: 45px
  }
}
@media (max-width:479px) {
  .video-link--square {
    width: 45px;
    height: 45px
  }
}
.speakers__item:hover .video-link--square {
  background-color: #fff
}
.video-link--square .video-link__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}
.speakers__item:hover .video-link--square .video-link__icon {
  fill: #fff
}
.video-link__icon {
  margin: 6px 0 0 8px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  fill: #fa0
}
.video-link:hover {
  border-color: #fff
}
.video-link:focus {
  border-color: #fff
}
.video-link:hover .video-link__icon {
  fill: #fff
}
.video-link:focus .video-link__icon {
  fill: #fff
}
.c-blue {
  color: #fa0
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
  min-width: 320px;
  height: 100%
}
@media screen and (max-width:992px) {
  .scroll-hidden {
    overflow-y: hidden;
    width: 100%;
    height: 100%
  }
}
.container {
  max-width: 1153px;
  margin: 0 auto;
  padding: 0 16px
}
.container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.container--flex-st {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
@media screen and (max-width:992px) {
  .container {
    padding: 0 22px
  }
}
.container:after {
  display: block;
  clear: both;
  content: ' '
}
@media screen and (max-width:992px) {
  .header-holder .container {
    width: 100%;
    padding: 0
  }
}
@media (max-width:767px) {
  .container {
    padding: 0 20px
  }
}
@media (max-width:500px) {
  .container {
    padding: 0 17px
  }
}
.wrapper {
  overflow: hidden
}
.inner_page-wrapper {
  min-height: 600px;
  padding-top: 121px;
  padding-bottom: 40px;
  -webkit-transition: .3s cubic-bezier(.37, .68, .12, .97);
  -o-transition: .3s cubic-bezier(.37, .68, .12, .97);
  transition: .3s cubic-bezier(.37, .68, .12, .97)
}
.fixed + .inner_page-wrapper {
  padding-top: 140px
}
.inner-page-seo:last-of-type {
  margin-bottom: -60px
}
.inner-page-fos:last-of-type {
  margin-bottom: -60px
}
.inner_page-cat-wrapper {
  padding-bottom: 0
}
.inner_page-cat-wrapper .inner-page-fos:last-of-type {
  margin-bottom: 0
}
.inner_page-cat-wrapper .inner-page-seo:last-of-type {
  margin-bottom: 0
}
@media (max-width:992px) {
  .inner_page-wrapper {
    min-height: 450px;
    padding-top: 95px
  }
}
@media (max-width:480px) {
  .inner_page-wrapper {
    padding-top: 75px
  }
}
.arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 3px solid #fa0;
  border-radius: 0;
  background-color: #fa0
}
@media (max-width:350px) {
  .arrow {
    width: 46px;
    height: 46px
  }
}
.arrow:hover {
  border-color: #eaedf0;
  background-color: #eaedf0
}
.arrow--top:hover {
  border-color: #ff9c00;
  background-color: #ff9c00
}
.arrow--wh:hover {
  border-color: #fff;
  background-color: #fff
}
.arrow:hover .arrow__icon {
  fill: #383940
}
.arrow--top:hover .arrow__icon {
  fill: #fff
}
.arrow--wh:hover {
  border-color: #fa0;
  background-color: #fa0
}
.arrow--wh:hover .arrow__icon {
  fill: #fff
}
.arrow__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 24px;
  margin: -12px 0 0 -7px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  fill: #fff
}
@media (max-width:767px) {
  .arrow__icon {
    width: 12px;
    height: 20px;
    margin: -10px 0 0 -6px
  }
}
.arrow--prev:before {
  left: calc(50% - 2px)
}
.arrow--prev .arrow__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.arrow--next:before {
  right: calc(50% - 2px)
}
.btn {
  font-family: 'Avenir Next Cyr';
  font-size: 13px;
  font-weight: 700;
  position: relative;
  display: block;
  width: auto;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  vertical-align: top;
  letter-spacing: .33px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #fa0;
  background: #fa0
}
.btn:not(:disabled) .blick {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2vw;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-animation: flareAnimation; 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 2s infinite linear; // Время и тип анимации можно менять
}
.btn:not(:disabled) {
    overflow: hidden;
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}


@media (max-width:350px) {
  .btn {
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 12px;
    padding-left: 8px
  }
}
.btn:hover {
  text-decoration: none;
  border-color: #ff9c00;
  background: #ff9c00
}
.btn--single {
  display: block;
  width: 220px;
  margin-top: 32px;
  margin-right: auto;
  margin-right: auto;
  margin-left: auto;
  margin-left: auto
}
.static-content .btn {
  font-family: 'Avenir Next Cyr';
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 250px;
  padding: 20px 20px 20px 25px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  vertical-align: top;
  letter-spacing: .33px;
  text-transform: uppercase;
  text-transform: uppercase
}
.btn--large {
  min-width: 240px
}
.btn--ltl {
  min-width: 170px;
  padding: 11px 20px 12px 25px
}
.item-btn {
  display: inline-block;
  width: auto;
  min-width: 160px;
  padding: 11px 15px
}
.section-btn-wrap {
  float: none;
  clear: both;
  width: 100%;
  padding-top: 4px
}
p + .section-btn-wrap {
  margin-top: 20px
}
.fp-seo__text.static-content .section-btn-wrap {
  display: block;
  float: left;
  margin-top: -95px
}
.load-more-wrap {
  float: none;
  clear: both;
  width: 100%
}
.load-more-wrap .btn {
  display: inline-block;
  width: auto;
  min-width: 160px
}
.section__btn {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto
}
.btn--small {
  max-width: 190px
}
@media screen and (max-width:680px) {
  .btn--large, .btn--small {
    width: auto
  }
}
@media (max-width:400px) {
  .btn--large {
    min-width: 200px
  }
}
.section--dark form .btn {
  color: #1e1c1e
}
button.disabled, button[disabled=disabled], button[disabled], .btn.disabled, .btn[disabled=disabled], .btn[disabled] {
  cursor: not-allowed;
  color: #d1d0d1;
  border-color: #bbbabb;
  background: #bbbabb
}
.btn-icon {
  width: 30px;
  height: 30px;
  padding: 5px 0 0;
  border-radius: 50%
}
.btn-icon__img {
  display: inline-block;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  fill: #1e1c1e
}
.btn-icon:hover .btn-icon__img, .btn-icon.active .btn-icon__img, .btn-icon:focus .btn-icon__img {
  fill: #fff
}
.btn-icon.disabled .btn-icon__img, .btn-icon[disabled=disabled] .btn-icon__img, .btn-icon[disabled] .btn-icon__img {
  fill: #d1d0d1
}
.btn--transparent {
  color: #1e1c1e;
  border: 1px solid #878a91;
  background: 0 0
}
.btn--price-item {
  display: inline-block;
  width: auto
}
.btn--comment-form {
  width: 250px
}
button {
  cursor: pointer
}
.icon-vk {
  width: 14px;
  height: 14px
}
.icon-ig {
  width: 14px;
  height: 14px
}
.icon-fb {
  width: 14px;
  height: 14px
}
.icon-tw {
  width: 14px;
  height: 14px
}
.icon-check {
  width: 13px;
  height: 13px
}
.icon-play {
  width: 16px;
  height: 16px
}
.icon-hand {
  width: 64px;
  height: 58px
}
.field-text {
  position: relative;
  display: block
}
.field-text--feedback-form {
  margin-bottom: 28px
}
.field-text--car-booking, .field-text--comment-form {
  display: block;
  margin-bottom: 35px
}
@media (min-width:992px) {
  .field-text--car-booking:last-child {
    margin-bottom: 20px
  }
}
@media (max-width:992px) {
  .field-text--car-booking {
    width: 300px;
    margin-bottom: 25px
  }
}
@media (max-width:767px) {
  .field-text--car-booking {
    margin-bottom: 25px
  }
}
textarea, select, input, .input {
  font-family: 'Avenir Next Cyr';
  font-size: 12px;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 11.5px 20px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  color: #383940;
  border: 3px solid #d2dce9;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none
}
textarea {
  min-height: 100%
}
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: #383940
}
textarea:-ms-input-placeholder, select:-ms-input-placeholder, input:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: #383940
}
textarea::-ms-input-placeholder, select::-ms-input-placeholder, input::-ms-input-placeholder, .input::-ms-input-placeholder {
  opacity: 1;
  color: #383940
}
textarea::placeholder, select::placeholder, input::placeholder, .input::placeholder {
  opacity: 1;
  color: #383940
}
textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
  color: transparent
}
textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
  color: transparent
}
textarea:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder, input:focus::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
  color: transparent
}
textarea:focus::placeholder, select:focus::placeholder, input:focus::placeholder, .input:focus::placeholder {
  color: transparent
}
textarea:focus, select:focus, input:focus, .input:focus {
  border-color: #212121
}
input:not([type=submit]):focus, textarea:focus {
  border-color: #fa0;
  outline: none
}
input[type=checkbox] {
  position: absolute;
  left: -9999px
}
input[type=submit]:hover {
  color: #000;
  border-color: #ff9c00;
  background-color: #ff9c00
}
input[type=submit]:focus, input[type=submit]:active {
  color: #000;
  border-color: #ff9c00;
  background-color: #ff9c00
}
.wpcf7-checkbox {
  display: inline-block;
  width: 0;
  height: 0
}
.checkbox-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  width: auto !important;
  margin-top: -4px;
  padding: 2px 4px 2px 32px;
  cursor: pointer;
  text-align: left;
  vertical-align: top;
  color: #e4e4e9
}
.checkbox-label a {
  color: #e4e4e9;
  border-bottom: 1px solid #e4e4e9
}
.checkbox-label a:hover {
  border-bottom-color: transparent
}
.partners__form .checkbox-label {
  margin-top: 0
}
@media screen and (max-width:933px) {
  .checkbox-label {
    padding-top: 0
  }
}
@media screen and (max-width:768px) {
  .checkbox-label {
    font-size: 12px
  }
}
@media screen and (max-width:380px) {
  .checkbox-label {
    font-size: 11px
  }
}
.checkbox-label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  content: '';
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 2px solid #e4e4e9;
  border-radius: 0;
  background-color: #212121
}
.field--invalid.checkbox-label:before {
  border-color: red
}
.partners__form .checkbox-label:before {
  margin-top: 0
}
.checkbox-label--not-valid:before {
  border-color: red
}
.checkbox-label .checkbox__icon {
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  fill: #212121
}
.checkbox-label--checked.checkbox-label .checkbox__icon {
  fill: #fa0
}
input[type=checkbox] + .checkbox--white {
  color: rgba(255, 255, 255, .5)
}
input[type=checkbox] + .checkbox--white .checkbox__icon {
  fill: #fff
}
input[type=checkbox] + .checkbox a:hover {
  text-decoration: underline;
  color: #747477
}
.checkbox-label--checked:before {
  border-color: #e4e4e9;
  background: #212121
}
.checkbox-label--checked .checkbox__icon {
  opacity: 1
}
input[type=checkbox]:checked + .checkbox--white:before {
  border-color: #fff;
  background: 0 0
}
.checkbox__icon path {
  fill: #fa0
}
input[type=radio]:checked, input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px
}
input[type=radio]:checked + span, input[type=radio]:not(:checked) + span {
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  display: inline-block;
  padding-left: 36px;
  cursor: pointer;
  text-align: left;
  color: #000;
  background: #fff
}
@media (max-width:500px) {
  input[type=radio]:checked + span, input[type=radio]:not(:checked) + span {
    font-size: 15px
  }
}
input[type=radio]:checked + span:before, input[type=radio]:not(:checked) + span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '';
  border: 1px solid #fa0;
  border-radius: 100%;
  background: #fff
}
input[type=radio]:checked + span:after, input[type=radio]:not(:checked) + span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '';
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 7px solid #fa0;
  border-radius: 100%;
  background: #fff
}
input[type=radio]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0
}
input[type=radio]:checked + span:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.field-text__input {
  font-size: 16px;
  position: relative;
  width: 100%;
  padding: 0 3px;
  color: #1e1c1e;
  border: 0;
  border-bottom: 1px solid #747477;
  background-color: transparent
}
@media (max-width:350px) {
  .field-text__input p {
    font-size: 15px
  }
}
.field-text__input:focus, .field-text__input--tel:focus {
  border-color: #ac0101
}
.field-text__input.wpcf7-not-valid {
  border-width: 3px;
  border-color: red
}
.field-text__input--tel.wpcf7-not-valid {
  border-width: 3px;
  border-color: red
}
.field-text .field-text__label {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 3px;
  -webkit-transition: font-size .15s ease-out, -webkit-transform .15s ease-out;
  -o-transition: transform .15s ease-out, font-size .15s ease-out;
  transition: font-size .15s ease-out, -webkit-transform .15s ease-out;
  transition: transform .15s ease-out, font-size .15s ease-out;
  transition: transform .15s ease-out, font-size .15s ease-out, -webkit-transform .15s ease-out;
  white-space: nowrap;
  color: #747477
}
.field-text--focused .field-text__label {
  font-size: .8em;
  -webkit-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%)
}
.field-textarea {
  display: block;
  margin-bottom: 10px
}
.field-textarea__input {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 250px;
  padding: 15px;
  resize: vertical;
  color: #383940;
  border: 1px solid #d2dce8;
  border-radius: 0
}
@media (max-width:350px) {
  .field-textarea__input {
    font-size: 15px
  }
}
@media (max-width:840px) {
  .field-textarea__input {
    height: 110px
  }
}
.field-textarea__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.2px;
  padding-top: 110px;
  text-align: center;
  color: #383940
}
@media (max-width:840px) {
  .field-textarea__input::-webkit-input-placeholder {
    padding-top: 45px
  }
}
.field-textarea__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.2px;
  padding-top: 110px;
  text-align: center;
  color: #383940
}
@media (max-width:840px) {
  .field-textarea__input:-ms-input-placeholder {
    padding-top: 45px
  }
}
.field-textarea__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.2px;
  padding-top: 110px;
  text-align: center;
  color: #383940
}
@media (max-width:840px) {
  .field-textarea__input::-ms-input-placeholder {
    padding-top: 45px
  }
}
.field-textarea__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.2px;
  padding-top: 110px;
  text-align: center;
  color: #383940
}
.field-textarea__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.2;
  padding-top: 110px;
  text-align: center;
  color: #383940
}
.field-textarea__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.2px;
  padding-top: 110px;
  text-align: center;
  color: #383940
}
.field-textarea__input::placeholder {
  font-size: 14px;
  line-height: 1.2px;
  padding-top: 110px;
  text-align: center;
  color: #383940
}
@media (max-width:767px) {
  .field-textarea__input::-webkit-input-placeholder {
    padding-top: 45px
  }
  .field-textarea__input:-ms-input-placeholder {
    padding-top: 45px
  }
  .field-textarea__input::-ms-input-placeholder {
    padding-top: 45px
  }
  .field-textarea__input::placeholder {
    padding-top: 45px
  }
}
@media (max-width:992px) {
  .field-textarea--comment-form {
    margin-top: 30px
  }
}
.field-check {
  display: block
}
.field-check.field--invalid {
  position: relative
}
.field-check.field--invalid .invalid-text {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: -20px;
  left: 0;
  content: 'Обязательно для заполнения';
  color: red
}
.field-check__input {
  display: none
}
.field-check__label {
  line-height: 20px;
  position: relative;
  display: block;
  padding-left: 25px
}
.field-check--feedback-form .field-check__label {
  font-size: 12px;
  line-height: 14px;
  color: #747477
}
.field-check--feedback-form .field-check__label a {
  color: #4040d0
}
.field-check__label:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  content: '';
  border: 1px solid #4f7aa1;
  background-color: #fff
}
.field-check--checked .field-check__label:before {
  border-color: #42454d
}
.field-check.field--invalid .field-check__label:before {
  border-width: 2px;
  border-color: red
}
.field-check__label:after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: none;
  width: 6px;
  height: 10px;
  margin-top: -6px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #1e1c1e;
  border-bottom: 2px solid #1e1c1e
}
.field-check--checked .field-check__label:after {
  display: block
}
.field-check--feedback-form.field-check--checked .field-check__label:after {
  margin-top: -6px
}
@media (max-width:374px) {
  .field-select--time {
    display: inline-block;
    margin-top: 10px;
    vertical-align: baseline
  }
}
@media (max-width:374px) {
  .field-select--place .field-select__input {
    font-size: 12px
  }
}
select {
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 29px 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.why {
  z-index: 1;
  margin-top: -118px;
  padding-top: 0
}
@media (max-width:1024px) {
  .why {
    margin-top: -100px
  }
}
@media (max-width:830px) {
  .why {
    margin-top: -110px
  }
}
@media (max-width:580px) {
  .why {
    margin-top: 0
  }
}
.why-title img {
  position: absolute;
  margin-top: 7px;
  margin-right: 34px;
  margin-left: -191px
}
@media (max-width:600px) {
  .why-title img {
    width: 120px;
    height: auto;
    margin-left: -140px;
    -o-object-fit: contain;
    object-fit: contain
  }
}
@media (max-width:500px) {
  .why-title img {
    width: 100px;
    margin-left: -120px
  }
}
@media (max-width:450px) {
  .why-title img {
    width: 80px;
    margin-left: -100px
  }
}
@media (max-width:380px) {
  .why-title img {
    width: 70px;
    margin-left: -80px
  }
}
.why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: calc(100% + 32px);
  margin-right: -16px;
  margin-left: -16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center
}
@media (max-width:1200px) {
  .why-list {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}
@media (max-width:580px) {
  .why-list {
    width: calc(100% + 34px);
    margin-right: -17px;
    margin-left: -17px
  }
}
.why-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/4);
  min-height: 140px;
  padding: 59px 40px 27px;
  vertical-align: top;
  border-radius: 0;
  background-color: #ff9000
}
@media (max-width:1200px) {
  .why-list__item {
    min-height: 120px;
    padding: 50px 28px 30px
  }
}
@media (max-width:1024px) {
  .why-list__item {
    min-height: unset;
    padding: 42px 18px 34px
  }
}
@media (max-width:830px) {
  .why-list__item {
    width: calc(100%/2);
    padding: 32px 28px 30px
  }
}
@media (max-width:500px) {
  .why-list__item {
    padding: 32px 18px 30px
  }
}
@media (max-width:380px) {
  .why-list__item {
    padding: 32px 12px 30px
  }
}
@media (max-width:359px) {
  .why-list__item {
    padding: 24px 12px 27px
  }
}
.why-list__item:nth-child(3n-1) {
  background: #ff9c00
}
.why-list__item:nth-child(4n-1) {
  background: #fa0
}
.why-list__item:nth-child(5n-1) {
  background: #fc0
}
@media (max-width:660px) {
  .why-list__item {
    width: calc(100%/2)
  }
}
.why-list__item-side {
  width: calc(100% - 80px);
  margin-left: 80px;
  padding: 26px 16px
}
@media (max-width:380px) {
  .why-list__item-side {
    width: calc(100% - 60px);
    margin-left: 60px
  }
}
.why-list__item-header {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  display: block;
  letter-spacing: .35px;
  text-transform: uppercase;
  color: #fefefe
}
@media (max-width:1200px) {
  .why-list__item-header br {
    display: none
  }
}
@media (max-width:385px) {
  .why-list__item-header {
    font-size: 13px
  }
}
@media (max-width:359px) {
  .why-list__item-header {
    font-size: 12px
  }
}
.why-list__item-number {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  position: relative;
  display: block;
  height: 135px;
  margin: 0 0 17px;
  padding: 0 0 19px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.why-list__item-image {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}
.why-list__item-number svg, .why-list__item-number img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
@media (max-width:380px) {
  .why-list__item-image {
    width: 75%
  }
}
@media (max-width:767px) {
  .why-list__item-number {
    margin: 0 0 17px;
    padding: 0 0 12px
  }
}
.why-list__item-number:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 65px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fa0
}
.why-list__item-text {
  font-family: 'Avenir Next Cyr';
  font-size: 14px;
  font-weight: 400;
  line-height: 19.96px;
  display: block;
  padding-top: 12px;
  letter-spacing: .35px;
  color: #fff
}
.popular .title--decor {
  margin-top: -20px
}
.fp-seo {
  padding: 89px 0 38px;
  background-color: #eaedf0
}
.container.static-content + .fp-seo {
  margin-top: 60px
}
.content-page-fp-seo {
  padding-bottom: 44px
}
.fp-seo__text.static-content {
  padding-bottom: 47px
}
@media (max-width:1199px) {
  .fp-seo {
    padding-bottom: 60px;
    background-image: none
  }
}
@media (max-width:992px) {
  .fp-seo {
    padding: 50px 0 20px
  }
}
@media (max-width:1199px) {
  .fp-seo__text {
    padding-right: 0
  }
}
.footer {
  padding: 25px 0 0;
  background-color: #383940;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover
}
@media (max-width:992px) {
  .footer {
    padding: 25px 0 0
  }
}
.footer a:not(.footer__logo-link):not(.btn):not(.footer__soc-item):not(.footer__mail-item):not(.footer__tel-item) {
  color: #fff;
  border-bottom: 1px solid transparent
}
.footer a:not(.footer__copy):not(.btn):not(.footer__soc-item):not(.footer__mail-item):hover:not(.footer__tel-item) {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .78)
}
.footer__up {
  position: absolute;
  top: 5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 3px solid #787c84
}
.footer__up:hover {
  border-color: #d2dce9
}
.footer__up:hover .footer__up-icon {
  fill: #fff
}
.footer__up-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #8f8e8f
}
.footer__up-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.footer__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 44px;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@supports ((display:-ms-grid) or (display:grid)) {
  .footer__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(225px, 1fr) 35px minmax(225px, 1fr) 35px minmax(225px, 1fr) 35px minmax(225px, 1fr);
    grid-template-columns: repeat(4, minmax(225px, 1fr));
    grid-gap: 30px
  }
  @media screen and (max-width:1015px) {
    .footer__top {
      -ms-grid-columns: minmax(212px, 1fr) 24px minmax(212px, 1fr) 24px minmax(212px, 1fr) 24px minmax(212px, 1fr);
      grid-template-columns: repeat(4, minmax(212px, 1fr));
      grid-gap: 24px
    }
  }
  @media screen and (max-width:960px) {
    .footer__top {
      grid-gap: 15px
    }
  }
  @media screen and (max-width:940px) {
    .footer__top {
      -ms-grid-columns: 2fr 15px 1fr 15px 1fr;
      grid-template-columns: 2fr 1fr 1fr
    }
  }
  @media screen and (max-width:850px) {
    .footer__top {
      -ms-grid-columns: minmax(212px, 1fr) 20px minmax(212px, 1fr) 20px minmax(212px, 1fr);
      grid-template-columns: repeat(3, minmax(212px, 1fr));
      grid-gap: 20px
    }
  }
  @media screen and (max-width:700px) {
    .footer__top {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: minmax(250px, 1fr) 5% minmax(250px, 1fr);
      grid-template-columns: repeat(2, minmax(250px, 1fr));
      grid-column-gap: 5%
    }
  }
  @media screen and (max-width:570px) {
    .footer__top {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: minmax(190px, 1fr) 3% minmax(190px, 1fr);
      grid-template-columns: repeat(2, minmax(190px, 1fr));
      grid-column-gap: 3%
    }
  }
}
@media screen and (max-width:410px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer__top-item {
  vertical-align: top;
  color: #fff
}
@media (max-width:992px) {
  .footer__top-item {
    display: block;
    width: 100%
  }
}
.footer__top-item {
  vertical-align: top;
  color: #fff
}
.footer__btn {
  width: 230px
}
.footer__btn:focus {
  background-color: #fa0
}
@media (max-width:770px) {
  .footer__btn {
    width: 46%;
    margin-top: 5px
  }
}
@media (max-width:520px) {
  .footer__btn {
    width: 48%
  }
}
@media (max-width:440px) {
  .footer__btn {
    margin-top: 10px
  }
}
@media (max-width:425px) {
  .footer__btn {
    width: 100%
  }
}
.footer__bot {
  display: table;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 30px
}
@media (max-width:767px) {
  .footer__bot {
    margin-top: 10px
  }
}
.footer__bot-item {
  display: table-cell;
  vertical-align: top
}
@media (max-width:767px) {
  .footer__bot-item {
    display: block
  }
}
.footer__bot-item:first-child {
  padding-right: 18px;
  vertical-align: bottom
}
@media (max-width:767px) {
  .footer__bot-item:first-child {
    width: 100%;
    padding-right: 0
  }
}
.footer__bot-item:last-child {
  width: 257px;
  vertical-align: top
}
@media (max-width:767px) {
  .footer__bot-item:last-child {
    margin-top: 18px
  }
}
.footer__address {
  margin-top: -3px
}
.footer-workhours-wrap {
  margin-top: -3px
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin-top: 11px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@supports ((display:-ms-grid) or (display:grid)) {
  .footer__top-item {
    width: unset;
    max-width: unset
  }
  .footer__logo {
    max-width: 355px;
    -ms-grid-column-span: 2;
    grid-column: span 2
  }
  @media screen and (max-width:992px) {
    .footer__top-item:not(:first-of-type) {
      width: unset;
      margin-top: 0
    }
    .footer__logo {
      width: unset
    }
    .footer__btn {
      justify-self: flex-end
    }
    .footer__tel {
      max-width: 230px;
      text-align: right;
      -ms-grid-column: 2;
      grid-column-start: 2;
      -ms-grid-column-align: end;
      justify-self: end
    }
    .footer__top-item:last-of-type {
      width: unset
    }
    .footer__tel {
      width: unset;
      padding-left: 34px
    }
  }
  @media screen and (max-width:940px) {
    .footer__logo {
      -ms-grid-column-span: 1;
      grid-column: span 1
    }
  }
  @media screen and (max-width:750px) {
    .footer__logo {
      -ms-grid-column-span: 2;
      grid-column: span 2
    }
  }
  @media screen and (max-width:700px) {
    .footer__logo {
      min-width: unset;
      -ms-grid-column-span: 1;
      grid-column: span 1
    }
  }
}
@media screen and (max-width:850px) {
  .footer__logo {
    min-width: 322px
  }
}
@media screen and (max-width:700px) {
  .footer__logo {
    min-width: unset
  }
}
@media screen and (max-width:410px) {
  .footer__logo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
  }
}
.footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  overflow: hidden;
  width: 139px;
  height: 52px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center
}
@media screen and (max-width:410px) {
  .footer__logo-link {
    width: 100%;
    max-width: 190px
  }
}
.footer__descr {
  font-family: 'Avenir Next Cyr';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  width: calc(100% - 139px - 20px);
  height: 100%;
  margin-left: 19px;
  padding-top: 15px;
  padding-left: 25px;
  color: #fff;
  border-left: 1px solid #fa0
}
@media screen and (max-width:700px) {
  .footer__descr {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 6px;
    padding-left: 0;
    border: none
  }
  .footer__descr br {
    display: none
  }
}
@media screen and (max-width:350px) {
  .footer__descr {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    text-align: center
  }
}
.footer__logo-link img, .footer__logo-link svg {
  display: block;
  width: 100%;
  height: 100%
}
@media screen and (max-width:992px) {
  .footer__logo-link img, .footer__logo-link svg {
    -o-object-fit: contain;
    object-fit: contain
  }
}
.footer__label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase
}
@media screen and (max-width:890px) {
  .footer__label {
    font-size: 16px;
    display: inline-block;
    padding-bottom: 10px
  }
}
.footer__addr {
  font-size: 14px
}
@media screen and (max-width:890px) {
  .footer__addr {
    font-size: 14px
  }
}
.footer__workhours {
  font-family: 'Avenir Next Cyr';
  font-size: 13px;
  font-weight: 700;
  position: relative;
  margin-top: 28px;
  padding-left: 39px;
  letter-spacing: .33px;
  text-transform: uppercase;
  color: #fff
}
@media screen and (max-width:410px) {
  .footer__workhours {
    font-size: 14px;
    width: 48%;
    margin-top: 18px;
    padding-top: 38px;
    padding-left: 0
  }
}
@media screen and (max-width:340px) {
  .footer__workhours {
    width: auto;
    text-align: center
  }
}
.footer__nav-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #fff
}
.menu-item-parent .footer__nav-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .35px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent
}
@media screen and (max-width:550px) {
  .menu-item-parent .footer__nav-link {
    font-size: 13px
  }
}
@media screen and (max-width:410px) {
  .menu-item-parent .footer__nav-link {
    font-size: 12px
  }
}
.footer__nav-sub-item .footer__nav-link {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  display: inline;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid transparent
}
@media screen and (max-width:410px) {
  .footer__nav-sub-item .footer__nav-link {
    font-size: 12px
  }
}
.menu-item-parent > ul {
  padding-top: 8px
}
.footer__top-item:not(:first-of-type):not(.footer__soc-tel) {
  margin-left: 48px
}
@media screen and (max-width:750px) {
  .footer__top-item:not(:first-of-type):not(.footer__soc-tel) {
    margin-left: 35px
  }
}
@media screen and (max-width:450px) {
  .footer__top-item:not(:first-of-type):not(.footer__soc-tel) {
    margin-left: 25px
  }
}
@media screen and (max-width:410px) {
  .footer__top-item:not(:first-of-type):not(.footer__soc-tel) {
    margin-left: 0
  }
  .footer__top-item {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer__nav > .footer__nav {
  margin-top: 18px
}
.footer__nav-item {
  line-height: 1.28
}
.footer__nav-link {
  font-size: 18px;
  display: inline;
  color: #fff;
  border-bottom: 1px solid transparent
}
@media (max-width:767px) {
  .footer__nav-link {
    line-height: 18px
  }
}
.footer__nav-sub-item {
  line-height: 1.5;
  margin-bottom: 0
}
@media screen and (max-width:890px) {
  .footer__nav-title {
    font-size: 18px;
    padding-bottom: 18px
  }
  .footer__nav-item {
    margin-bottom: 12px
  }
  .footer__nav-link {
    font-size: 18px
  }
}
@media (max-width:767px) {
  .footer__nav-sub-item {
    margin-bottom: 10px;
    text-align: left
  }
  .menu-item-parent > ul {
    padding-top: 8px
  }
}
.footer__nav-link:hover {
  color: #fff;
  border-bottom-color: #fff
}
.footer__nav-link:not([href]):hover {
  color: #fff;
  border-bottom-color: transparent
}
.footer__nav__item--active > .footer__nav-link {
  color: #fff !important;
  border-bottom-color: #fff !important
}
.footer__nav__item--active .footer__nav-link:not([href]):hover {
  color: #fff;
  border-bottom-color: #fff
}
@media screen and (max-width:890px) {
  .footer__nav-title {
    font-size: 18px;
    padding-bottom: 18px
  }
  .footer__nav-item {
    margin-bottom: 12px
  }
}
@media (max-width:410px) {
  .footer__nav-item {
    text-align: left
  }
}
@media (max-width:340px) {
  .footer__nav-item {
    text-align: center
  }
}
@media (max-width:767px) {
  .footer__nav-sub-item {
    margin-bottom: 10px;
    text-align: left
  }
  .menu-item-parent > ul {
    padding-top: 10px
  }
}
@media (max-width:410px) {
  .footer__nav-sub-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left
  }
}
@media (max-width:340px) {
  .footer__nav-sub-item {
    text-align: center
  }
}
.footer__nav-list--upperc {
  margin-top: -4px
}
.footer__nav-list--upperc .footer__nav-item {
  line-height: 1.7;
  padding-bottom: 2px
}
@media (max-width:900px) {
  .footer__nav-list--upperc .footer__nav-item {
    line-height: 1.2
  }
}
.footer__nav-list--upperc .footer__nav-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .33px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent
}
@media (max-width:550px) {
  .footer__nav-list--upperc .footer__nav-link {
    font-size: 12px
  }
}
.footer__soc-tel {
  margin-top: -6px;
  margin-left: auto
}
@media (max-width:680px) {
  .footer__soc-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 29px;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.footer__soc {
  margin-top: 26px;
  padding-left: 36px;
  text-align: left
}
@supports ((display:-ms-grid) or (display:grid)) {
  .footer__soc {
    margin-top: 31px;
    padding-left: 0;
    text-align: left;
    -ms-grid-column: 4;
    grid-column-start: 4
  }
  @media (max-width:940px) {
    .footer__soc {
      -ms-grid-column: 3;
      grid-column-start: 3
    }
  }
  @media (max-width:700px) {
    .footer__soc {
      -ms-grid-column: 2;
      grid-column-start: 2
    }
  }
}
.footer__soc-item {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-top: -2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  color: #fff
}
.footer__soc-item:not(:last-of-type) {
  margin-right: 5px
}
@media (max-width:680px) {
  .footer__soc-item {
    margin-top: 0
  }
}
.footer__soc-item i {
  display: table-cell;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  vertical-align: middle;
  color: #fff
}
.footer__soc-item:hover i {
  color: #fa0
}
.footer__tel {
  position: relative;
  margin-top: -3px;
  padding-left: 35px;
  text-align: left
}
@media screen and (max-width:992px) {
  .footer__tel {
    padding-left: 36px
  }
}
@media screen and (max-width:750px) {
  .footer__tel {
    padding-left: 36px;
    -ms-grid-column: 3;
    grid-column-start: 3
  }
}
@media screen and (max-width:410px) {
  .footer__tel {
    width: 48%;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 33px;
    padding-left: 0;
    text-align: left
  }
}
@media screen and (max-width:340px) {
  .footer__tel {
    width: 100%;
    text-align: center
  }
}
.footer__tel > svg, .footer__tel > img {
  position: absolute;
  top: -1px;
  bottom: 0;
  width: 27px;
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -33px
}
@media screen and (max-width:992px) {
  .footer__tel > svg, .footer__tel > img {
    margin-left: -36px
  }
}
.footer__tel-item {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  vertical-align: middle;
  letter-spacing: .33px;
  text-transform: uppercase;
  color: #fff
}
.footer__tel-item:not(:first-of-type) {
  margin-top: -9px
}
@media screen and (max-width:410px) {
  .footer__tel-item {
    font-size: 14px;
    line-height: 1.4
  }
  .footer__tel-item:not(:first-of-type) {
    margin-top: 2px
  }
}
.footer__tel-item i {
  margin-right: 8px;
  color: #fff
}
.footer__tel-item i:before {
  font-size: 16px
}
.footer__tel-item:active span {
  opacity: .5
}
.footer__tel-item span {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  border-bottom: 1px solid transparent
}
.footer__tel-item a[href^='tel:']:hover span {
  color: #fff;
  border-bottom-color: #fff
}
.footer__mail {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  padding-left: 39px
}
@media screen and (max-width:410px) {
  .footer__mail {
    width: 48%;
    margin-top: 18px;
    padding-top: 38px;
    padding-left: 0
  }
}
@media screen and (max-width:340px) {
  .footer__mail {
    width: auto;
    text-align: center
  }
}
.footer__mail-item {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .33px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start
}
@media screen and (max-width:410px) {
  .footer__mail-item {
    font-size: 14px
  }
}
.footer__mail-item:hover {
  color: #fff;
  border-color: #fff
}
.mail-icon {
  font-size: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  margin: auto;
  margin-left: -37px;
  padding: 5px 0 6px;
  text-align: center;
  letter-spacing: .35px;
  text-transform: uppercase;
  color: #fa0;
  border: 2px solid;
  border-radius: 50%
}
.addr-icon {
  font-size: 13px;
  position: absolute;
  top: 5px;
  width: 27px;
  height: 27px;
  margin: auto;
  margin-left: -37px;
  padding: 5px 0 6px;
  text-align: center;
  text-transform: uppercase;
  color: #fa0;
  border: 2px solid;
  border-radius: 50%
}
.workhours-icon {
  font-size: 24px;
  position: absolute;
  top: -4px;
  width: 27px;
  height: 27px;
  margin: auto;
  margin-left: -36px;
  text-align: center;
  letter-spacing: .35px;
  text-transform: uppercase;
  color: #fa0
}
@media screen and (max-width:400px) {
  .contacts__type .mail-icon, .contacts__type .addr-icon, .contacts__type .workhours-icon, .contacts__type .tel-icon {
    right: 0;
    bottom: unset;
    left: 0;
    margin: 0 auto
  }
}
@media screen and (max-width:410px) {
  .footer__mid-item .mail-icon, .footer__mid-item .addr-icon, .footer__mid-item .workhours-icon, .footer__tel .tel-icon {
    top: 0;
    right: 0;
    bottom: unset;
    left: 0;
    margin: 0
  }
}
@media screen and (max-width:340px) {
  .footer__mid-item .mail-icon, .footer__mid-item .addr-icon, .footer__mid-item .workhours-icon, .footer__tel .tel-icon {
    margin: auto;
    margin-right: auto
  }
}
.footer__copy {
  display: block;
  margin-top: 4px
}
.footer__copy:hover .footer__copy-img {
  opacity: .8
}
.footer__copy-img {
  display: block;
  float: left;
  width: 166px;
  height: 32px;
  margin-bottom: -2px;
  margin-left: -15px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: right;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:767px) {
  .footer__copy-img {
    float: left;
    margin-left: -12px;
    text-align: left
  }
}
.footer__txt {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  color: rgba(255, 255, 255, .5)
}
.footer__txt--mts {
  font-size: 13px;
  display: inline-block;
  text-align: left
}
.footer__txt--p {
  padding-bottom: 15px
}
.footer__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 38px;
  border-top: 1px solid rgba(251, 251, 251, .5);
  border-bottom: 1px solid rgba(251, 251, 251, .5);
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@supports ((display:-ms-grid) or (display:grid)) {
  .footer__mid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(225px, 1fr) 32px minmax(225px, 1fr) 32px minmax(225px, 1fr) 32px minmax(225px, 1fr);
    grid-template-columns: repeat(4, minmax(225px, 1fr));
    grid-gap: 29px
  }
  @media screen and (max-width:1015px) {
    .footer__mid {
      -ms-grid-columns: minmax(212px, 1fr) 24px minmax(212px, 1fr) 24px minmax(212px, 1fr) 24px minmax(212px, 1fr);
      grid-template-columns: repeat(4, minmax(212px, 1fr));
      grid-gap: 24px
    }
  }
  @media screen and (max-width:960px) {
    .footer__mid {
      grid-gap: 15px
    }
  }
  @media screen and (max-width:940px) {
    .footer__mid {
      -ms-grid-columns: 2fr 15px 1fr 15px 1fr;
      grid-template-columns: 2fr 1fr 1fr
    }
  }
  @media screen and (max-width:850px) {
    .footer__mid {
      -ms-grid-columns: minmax(212px, 1fr) 15px minmax(212px, 1fr) 15px minmax(212px, 1fr);
      grid-template-columns: repeat(3, minmax(212px, 1fr))
    }
  }
  @media screen and (max-width:700px) {
    .footer__mid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: minmax(250px, 1fr) 5% minmax(250px, 1fr);
      grid-template-columns: repeat(2, minmax(250px, 1fr));
      grid-column-gap: 5%
    }
  }
  @media screen and (max-width:570px) {
    .footer__mid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: minmax(190px, 1fr) 3% minmax(190px, 1fr);
      grid-template-columns: repeat(2, minmax(190px, 1fr));
      grid-column-gap: 3%
    }
  }
}
@media screen and (max-width:410px) {
  .footer__mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.footer__mid-item {
  width: 19.7%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.footer__mid-item:first-of-type {
  width: 27.9%
}
@media screen and (max-width:992px) {
  .footer__mid-item {
    width: 10.7%
  }
  .footer__mid-item:first-of-type {
    width: 26.9%
  }
}
@media screen and (max-width:890px) {
  .footer__mid-item {
    width: 46%;
    margin-bottom: 42px;
    -ms-flex-preferred-size: unset;
    flex-basis: unset
  }
  .footer__mid-item:first-of-type {
    width: 46%
  }
}
@media screen and (max-width:410px) {
  .footer__mid-item:first-of-type {
    margin-bottom: 16px
  }
  .footer__mid-item:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@supports ((display:-ms-grid) or (display:grid)) {
  .footer__mid-item {
    width: unset
  }
  .footer__mid-item:first-of-type {
    width: unset;
    -ms-grid-column-span: 2;
    grid-column: span 2
  }
  @media screen and (max-width:992px) {
    .footer__mid-item {
      width: unset
    }
    .footer__mid-item:first-of-type {
      width: unset
    }
  }
  @media screen and (max-width:940px) {
    .footer__mid-item:first-of-type {
      -ms-grid-column-span: 1;
      grid-column: span 1
    }
  }
  @media screen and (max-width:890px) {
    .footer__mid-item {
      width: unset;
      margin-bottom: 0;
      -ms-flex-preferred-size: unset;
      flex-basis: unset
    }
    .footer__mid-item:first-of-type {
      width: unset
    }
  }
  @media screen and (max-width:700px) {
    .footer__mid-item:first-of-type {
      margin-bottom: 30px;
      -ms-grid-column-span: 2;
      grid-column: span 2
    }
  }
}
@media screen and (max-width:410px) {
  .footer__mid-item:first-of-type {
    width: 48%;
    margin-bottom: 16px
  }
  .footer__mid-item:nth-of-type(2) {
    width: 48%
  }
  .footer__mid-item:last-of-type {
    width: 100%;
    max-width: 100%;
    text-align: left
  }
}
@media screen and (max-width:340px) {
  .footer__mid-item:first-of-type {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .footer__mid-item:nth-of-type(2) {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .footer__mid-item:last-of-type {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.footer__mid-item:first-of-type .footer__nav-list .menu-item-parent > ul {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  column-gap: 32px
}
@media screen and (max-width:992px) {
  .footer__mid-item:first-of-type .footer__nav-list .menu-item-parent > ul {
    -webkit-column-gap: 12px;
    column-gap: 12px
  }
}
@media screen and (max-width:960px) {
  .footer__mid-item:first-of-type .footer__nav-list .menu-item-parent > ul {
    -webkit-column-gap: 25px;
    column-gap: 25px
  }
}
@media screen and (max-width:850px) {
  .footer__mid-item:first-of-type .footer__nav-list .menu-item-parent > ul {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-columns: 1;
    columns: 1
  }
}
@media screen and (max-width:700px) {
  .footer__mid-item:first-of-type .footer__nav-list .menu-item-parent > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(250px, 1fr) 5% minmax(250px, 1fr);
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    grid-column-gap: 5%
  }
}
@media screen and (max-width:570px) {
  .footer__mid-item:first-of-type .footer__nav-list .menu-item-parent > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(190px, 1fr) 3% minmax(190px, 1fr);
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    grid-column-gap: 3%
  }
}
@media screen and (max-width:410px) {
  .footer__mid-item:first-of-type .footer__nav-list .menu-item-parent > ul {
    display: block;
    padding-right: 4px
  }
}
.footer__mid-item:first-of-type .footer__nav-list .menu-item-parent > ul .footer__nav-item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding: 17px 0 0;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-color: rgba(0, 0, 0, 0)
}
@media screen and (max-width:992px) {
  .header {
    padding: 12px 0 0
  }
}
@media screen and (max-width:520px) {
  .header {
    padding: 8px 0 0
  }
}
.header--inner {
  background-color: #000
}
.header--fixed {
  padding: 17px 0 0;
  background-color: #000
}
@media screen and (max-width:520px) {
  .header--fixed {
    padding: 8px 0 0
  }
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:992px) {
  .header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (max-width:788px) {
  .header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.header--fixed .header-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.header__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:520px) {
  .header__top-line {
    padding-bottom: 8px
  }
}
.header--fixed .header__top-line {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__main-line {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(80px + 65px + 25px);
  background: #000;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.header--inner .header__main-line {
  background-color: #000
}
@media screen and (max-width:992px) {
  .header__main-line {
    position: relative;
    top: unset;
    height: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border-top: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.header--fixed .header__main-line {
  padding: 23px 0 0;
  background-color: #000
}
@media screen and (max-width:992px) {
  .header--fixed .header__main-line {
    position: relative;
    top: unset;
    display: block !important;
    width: 100%;
    padding: 34px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.header__main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 304px - 38px);
  margin-left: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:1095px) {
  .header__main-wrap {
    width: calc(100% - 304px - 28px);
    margin-left: 28px
  }
}
@media screen and (max-width:1060px) {
  .header__main-wrap {
    width: calc(100% - 290px - 24px);
    margin-left: 24px
  }
}
@media screen and (max-width:992px) {
  .header__main-wrap {
    position: fixed;
    z-index: 2;
    top: 0;
    left: -50%;
    overflow-x: hidden;
    overflow-y: scroll !important;
    width: 50%;
    height: 100%;
    height: 100vh;
    margin-left: 0;
    padding: 15px 20px 40px;
    -webkit-transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #000
  }
  .header__main-wrap.drawer-open {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
  }
  .drawer-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: visibility, opacity;
    -o-transition: visibility, opacity;
    transition: visibility, opacity;
    -webkit-transition-delay: .4s, 0s;
    -o-transition-delay: .4s, 0s;
    transition-delay: .4s, 0s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-duration: 0s, .4s;
    -o-transition-duration: 0s, .4s;
    transition-duration: 0s, .4s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5)
  }
  .drawer-overlay.active {
    visibility: visible;
    cursor: pointer;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1
  }
}
@media screen and (max-width:992px) {
  .header--fixed .header__main-wrap {
    left: -50%;
    width: 50%
  }
}
@media screen and (max-width:485px) {
  .header--fixed .header__main-wrap, .header__main-wrap {
    left: -62%;
    width: 62%
  }
}
@media screen and (max-width:395px) {
  .header--fixed .header__main-wrap, .header__main-wrap {
    left: -70%;
    width: 70%
  }
}
@media screen and (max-width:355px) {
  .header--fixed .header__main-wrap, .header__main-wrap {
    padding: 15px 15px 40px
  }
}
@media screen and (max-width:335px) {
  .header--fixed .header__main-wrap, .header__main-wrap {
    left: -72%;
    width: 72%
  }
}
.header-top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:992px) {
  .header-top-line {
    padding-bottom: 0
  }
}
@media screen and (min-width:993px) {
  .header--fixed .header-top-line {
    display: none;
    visibility: hidden;
    height: 0;
    padding: 0
  }
}
.header-main-line {
  padding-top: 8px
}
.header--fixed .header-main-line {
  margin-top: 0;
  padding-top: 0
}
@media screen and (max-width:992px) {
  .header-main-line {
    display: none
  }
}
.header__container {
  position: relative;
  display: table;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  padding-bottom: 25px;
  -webkit-transition: height .2s cubic-bezier(.37, .68, .12, .97);
  -o-transition: height .2s cubic-bezier(.37, .68, .12, .97);
  transition: height .2s cubic-bezier(.37, .68, .12, .97);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.header--inner .header__container {
  padding-bottom: 67px
}
@media (max-width:992px) {
  .header--inner .header__container {
    position: relative;
    height: 87px;
    padding: 0;
    background-color: #4076b6
  }
}
@media (max-width:1199px) {
  .header__container {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}
@media (max-width:992px) {
  .header__container {
    height: 87px;
    padding: 0
  }
}
.header__container-holder {
  display: table-cell;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  vertical-align: middle;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:1100px) {
  .header__container-holder {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (max-width:992px) {
  .header__container-holder {
    z-index: 2;
    padding: 0 20px;
    background-color: #4076b6;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center
  }
  .header__container-holder:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #4076b6
  }
}
.header.fixed .header__container {
  height: 90px;
  padding-top: 6px;
  padding-bottom: 14px
}
@media (max-width:1199px) {
  .header.fixed .header__container {
    padding-top: 5px
  }
}
@media (max-width:992px) {
  .header.fixed .header__container {
    height: 87px;
    padding: 0
  }
}
@media (max-width:767px) {
  .header.fixed .header__container {
    height: 62px
  }
}
.header.fixed .header-holder {
  background-color: #396fb0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .4)
}
.header__menu {
  position: relative;
  display: none;
  float: right;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center
}
.header__menu-btn {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 25px
}
.header__menu-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff
}
.header__menu-btn:before, .header__menu-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff
}
.header__menu-btn:after {
  top: calc(100% - 3px);
  right: 0;
  width: 73%;
  margin-left: auto
}
.header__menu-btn.active span {
  background-color: rgba(255, 255, 255, 0)
}
.header__menu-btn.active:before {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header__menu-btn.active:after {
  top: 7px;
  bottom: auto;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media (max-width:992px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px
  }
}
@media (max-width:330px) {
  .header__menu {
    margin-left: 15px
  }
}
.header__right-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:993px) {
  .header__right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 340px);
    padding-left: 22px
  }
}
@media screen and (min-width:993px) {
  .header__right {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}
@media (max-width:1199px) {
  .header__right {
    width: calc(100% - 329px)
  }
}
@media screen and (max-width:1100px) {
  .header__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
  }
}
@media screen and (max-width:1090px) {
  .header__right {
    width: calc(100% - 284px);
    padding-left: 14px
  }
}
@media screen and (max-width:1090px) {
  .header__right {
    width: calc(100% - 264px)
  }
}
@media (min-width:992px) {
  .header.fixed .header__right {
    width: calc(100% - 172px)
  }
}
@media (max-width:992px) {
  .header__right {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 115px 20px 20px;
    background-color: #4076b6
  }
}
.header__right-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:992px) {
  .header__right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@supports ((display:-ms-grid) or (display:grid)) {
  @media (max-width: 992px) {
    .header__right-top {
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-align: center;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      grid-column-gap: 104px;
      grid-row-gap: 40px
    }
    .header__right-top:last-of-type {
      padding-bottom: 35px
    }
  }
  @media (max-width:800px) {
    .header__right-top {
      grid-column-gap: 50px
    }
  }
  @media (max-width:680px) {
    .header__right-top {
      grid-column-gap: 45px
    }
  }
  @media (max-width:676px) {
    .header__right-top {
      grid-column-gap: 19px
    }
  }
  @media (max-width:420px) {
    .header__right-top {
      margin-bottom: 30px;
      text-align: center;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr
    }
  }
}
.header__right-bottom {
  width: 100%
}
.header--inner .header__nav {
  top: 77%
}
.header.fixed .header__nav {
  top: 89%;
  display: none
}
.header.not-fixed .header__nav {
  display: block !important
}
@media (max-width:992px) {
  .header__right-bottom {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.header__right-item {
  display: table-cell;
  text-align: right;
  vertical-align: middle
}
@media (max-width:992px) {
  .header__right-item {
    display: block;
    text-align: left
  }
}
.header__logo-wrap {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 304px;
  height: 51px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:1060px) {
  .header__logo-wrap {
    width: 290px
  }
}
@media screen and (max-width:710px) {
  .header__logo-wrap {
    width: 220px;
    height: auto
  }
}
@media screen and (max-width:470px) {
  .header__logo-wrap {
    width: 160px
  }
}
@media screen and (max-width:420px) {
  .header__logo-wrap {
    width: 115px
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  overflow: hidden;
  width: 139px;
  height: 51px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center
}
@media screen and (max-width:710px) {
  .header__logo {
    width: 120px;
    height: 44px
  }
}
@media screen and (max-width:480px) {
  .header__logo {
    width: 170px
  }
}
@media screen and (max-width:420px) {
  .header__logo {
    width: 100%;
    height: auto
  }
}
.header__logo img {
  width: 100%
}
@media screen and (max-width:700px) {
  .header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
  }
}
.header__nav {
  width: 100%;
  max-width: 1153px;
  margin: 0 auto;
  padding: 0 16px
}
@media (max-width:992px) {
  .header__nav {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 15px
  }
}
.header__nav-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 21px;
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, .3);
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:992px) {
  .header__nav-list {
    visibility: visible !important;
    margin-bottom: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    border-top: none
  }
}
.header__nav-list-2level {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 303px;
  background-color: #fa0
}
@media (max-width:1200px) {
  .header__nav-list-2level {
    min-width: 200px
  }
}
@media (max-width:992px) {
  .header__nav-list-2level {
    position: relative;
    top: unset;
    width: auto;
    min-width: unset;
    margin-top: 6px;
    margin-left: 20px;
    padding-bottom: 8px;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}
.header__nav-item {
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}
.header__nav--inner .header__nav-item:not(.sub-menu__item) {
  padding-bottom: 0
}
.header--fixed .header__nav-item:not(.sub-menu__item) {
  padding-bottom: 0
}
.header__nav-item:not(.sub-menu__item):not(:first-of-type) {
  margin-left: 20px
}
@media (max-width:1135px) {
  .header__nav-item:not(.sub-menu__item):not(:first-of-type) {
    margin-left: 10px
  }
}
@media (max-width:1015px) {
  .header__nav-item:not(.sub-menu__item):not(:first-of-type) {
    margin-left: 5px
  }
}
@media (max-width:992px) {
  .header__nav-item:not(.sub-menu__item):not(:first-of-type) {
    margin-top: 14px;
    margin-left: 0
  }
}
@media (min-width:992px) {
  .header__nav-item:hover > .header__nav-list-2level {
    display: block
  }
}
.header__nav-list-2level .menu-item-has-children {
  position: relative
}
.header__nav-list-2level .menu-item-has-children:after {
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: -5px;
  right: 20px;
  bottom: 0;
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-top: auto;
  margin-bottom: auto;
  content: '\f105';
  text-align: center;
  text-transform: uppercase;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto
}
@media (max-width:992px) {
  .header__nav-list-2level .menu-item-has-children:after {
    font-size: 12px;
    top: 10px;
    right: unset;
    bottom: unset;
    left: 0;
    margin: 0
  }
  .menu-item-has-children:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    top: 7px;
    right: unset;
    bottom: unset;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 12px;
    margin: 0;
    content: '\f105';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto
  }
}
.header__nav-list-2level .menu-item-has-children > .header__nav-list-2level {
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  display: none
}
@media (max-width:992px) {
  .header__nav-list-2level .menu-item-has-children > .header__nav-list-2level {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    display: none;
    width: auto;
    min-width: unset;
    padding-bottom: 0
  }
}
@media (min-width:992px) {
  .header__nav-list-2level .menu-item-has-children:hover > .header__nav-list-2level {
    display: block
  }
}
@media (max-width:992px) {
  .header__nav-item {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 15px
  }
}
.sub-menu__item:not(:last-of-type) {
  border-bottom: 1px solid #ffb726
}
@media (max-width:992px) {
  .sub-menu__item {
    padding: 4px 0
  }
}
@media (max-width:992px) {
  .sub-menu__item:not(:last-of-type) {
    margin-bottom: 8px;
    border: none
  }
}
@media (min-width:992px) {
  .child-toggler {
    display: none
  }
}
@media (max-width:992px) {
  .child-toggler {
    position: absolute;
    top: 5px;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 50%
  }
  .child-toggler__arrow {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 15px;
    height: 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 3px
  }
  .child-toggler--rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
.header__nav-link {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: block;
  padding-bottom: 19px;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 5px solid rgba(0, 0, 0, 0)
}
.header__nav-link:not(.sub-menu__link) {
  opacity: 0
}
@media (max-width:1135px) {
  .header__nav-link {
    font-size: 14px
  }
}
.header__nav-link:hover, .header__nav__item--active > .header__nav-link, .header__nav__item--parent-active > .header__nav-link {
  color: #fff;
  border-bottom-color: #fa0
}
@media (max-width:992px) {
  .header__nav-link {
    line-height: 18px;
    display: inline-block;
    padding: 4px 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: none
  }
  .header__nav-link:not(.sub-menu__link) {
    visibility: visible !important;
    opacity: 1 !important
  }
}
@media (max-width:992px) {
  .header__nav-link:hover {
    color: #fff;
    border: none
  }
  .header__nav__item--ancestor-active > .header__nav-link {
    border-bottom-color: #fa0
  }
  .header__nav__item--active > .header__nav-link {
    border-bottom-color: #fa0
  }
}
.header__nav-link.active {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .3)
}
@media (max-width:992px) {
  .header__nav-link.active, .header__nav__item--parent-active > .header__nav-link, .header__nav__item--ancestor-active > .header__nav-link {
    opacity: .7 !important
  }
}
.sub-menu__link {
  font-size: 12px;
  padding: 12px 20px 11px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
  border-bottom: none
}
@media (max-width:1200px) {
  .sub-menu__link {
    font-size: 13px;
    padding: 14px 14px 15px
  }
}
@media (max-width:992px) {
  .sub-menu__link {
    padding: 0;
    color: #fff;
    background: 0 0
  }
  .header__nav-list-2level .menu-item-has-children .sub-menu__link {
    padding-left: 12px
  }
  .sub-menu__link:not(:first-of-type) {
    margin-top: 14px
  }
}
.sub-menu__link.active {
  background-color: #fa0;
  background-position: left bottom
}
.sub-menu__link:hover {
  color: #000;
  background-color: #ff9c00
}
@media (max-width:992px) {
  .sub-menu__link:hover {
    opacity: .7;
    color: #fff;
    background: 0 0
  }
}
.header__nav__dropdown-item--active > .sub-menu__link {
  background-color: #fa0;
  background-position: left bottom
}
@media (max-width:992px) {
  .header__nav__dropdown-item--active > .sub-menu__link {
    opacity: .7;
    background: 0 0
  }
}
.sub-menu__item.menu-item-has-children.header__nav__item--parent-active.header__nav__item--ancestor-active > .sub-menu__link {
  background-color: #fa0;
  background-position: left bottom
}
@media (max-width:992px) {
  .sub-menu__item.menu-item-has-children.header__nav__item--parent-active.header__nav__item--ancestor-active > .sub-menu__link {
    opacity: .7;
    background: 0 0
  }
}
.header__nav-mobile {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 15px 20px 40px;
  background-color: #383940
}
.header__nav-mobile-list {
  width: 100%;
  padding-bottom: 18px
}
.header__nav-mobile-item {
  position: relative;
  z-index: 2;
  width: auto;
  margin-bottom: 14px;
  text-align: center;
  -webkit-column-break-inside: avoid;
  break-inside: avoid
}
.header__nav-mobile-link {
  font-size: 20px;
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 4px 0;
  color: #fff;
  border-bottom: 1px solid transparent
}
.header__nav-mobile-item .sub-menu {
  z-index: 2;
  display: none;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 16px
}
@media screen and (max-width:420px) {
  .header__nav-mobile-item .sub-menu {
    padding-left: 0
  }
}
.header__nav-mobile-sub-item {
  width: auto;
  margin-bottom: 10px
}
.header__nav-mobile--sub-link {
  font-size: 18px;
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 4px 0;
  color: #fff
}
.header__nav-mobile-link:active, .header__nav-mobile-link:focus, .header__nav-mobile--sub-link:active, .header__nav-mobile--sub-link:focus {
  color: rgba(255, 255, 255, .5)
}
.header__nav-mobile__item--active .header__nav-mobile-link {
  color: rgba(255, 255, 255, .5)
}
.header__nav-mobile-link:hover, .header__nav-mobile--sub-link:hover {
  color: rgba(255, 255, 255, .5)
}
.header__nav-mobile-item .header__nav-mobile__dropdown-item--active a {
  color: rgba(255, 255, 255, .5)
}
.header__nav-mobile--ancestor-active .header__nav-mobile-link {
  color: rgba(255, 255, 255, .5)
}
.header__nav-mobile__dropdown-item--active .header__nav-mobile-link {
  color: rgba(255, 255, 255, .5)
}
.header__nav-mobile--parent-active .header__nav-mobile--sub-link {
  color: #fff;
  border-bottom: none
}
.header__descr {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  width: calc(100% - 139px - 20px);
  height: 100%;
  margin-left: 20px;
  padding-top: 11px;
  padding-left: 25px;
  color: #fff;
  border-left: 1px solid #fa0
}
@media screen and (max-width:1060px) {
  .header__descr {
    width: calc(100% - 139px - 14px);
    margin-left: 14px;
    padding-left: 14px
  }
}
@media screen and (max-width:710px) {
  .header__descr {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 3px;
    padding-left: 0;
    border: none
  }
}
@media screen and (max-width:550px) {
  .header__descr {
    font-size: 11px
  }
}
@media screen and (max-width:480px) {
  .header__descr {
    display: none
  }
}
.header__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  text-transform: uppercase
}
@media screen and (max-width:992px) {
  .header__label {
    font-size: 16px;
    padding-bottom: 9px
  }
}
.header__addr-wrap {
  width: 158px
}
@media screen and (max-width:992px) {
  .header__addr-wrap {
    width: auto;
    max-width: 222px
  }
  .header__addr {
    font-size: 16px;
    line-height: 1.5
  }
}
@supports ((display:-ms-grid) or (display:grid)) {
  .header__addr-wrap {
    max-width: unset
  }
}
.header__addr {
  font-size: 14px;
  line-height: 16px
}
@media screen and (max-width:1090px) {
  .header__addr {
    font-size: 13px
  }
}
@media screen and (max-width:992px) {
  .header__addr {
    font-size: 16px;
    line-height: 1.25
  }
}
.header__btn {
  z-index: 2;
  width: 234px;
  margin-top: -2px;
  margin-left: 34px;
  padding: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(254, 254, 254, .3)
}
.header__btn:focus {
  background-color: #fa0
}
@media (max-width:1130px) {
  .header__btn {
    margin-left: auto
  }
}
@media screen and (max-width:992px) {
  .header__btn {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.header__burger {
  position: relative;
  z-index: 2;
  right: 0;
  width: 50px;
  height: 50px;
  margin-right: 40px
}
@media screen and (max-width:1090px) {
  .header__burger {
    margin-right: auto
  }
}
@media screen and (max-width:992px) {
  .header__burger {
    z-index: 3;
    display: none;
    margin-left: 18px
  }
}
.header__burger--mobile, .header--fixed .header__burger--mobile {
  display: none
}
@media screen and (max-width:992px) {
  .header__burger--mobile {
    z-index: 3;
    display: block;
    margin-left: 18px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .header--fixed .header__burger--mobile {
    display: block;
    margin-left: 12px
  }
}
@media screen and (max-width:992px) {
  .header__burger--mobile {
    margin-top: auto;
    margin-right: 0;
    margin-bottom: auto
  }
}
@media screen and (max-width:480px) {
  .header__burger--mobile {
    width: 46px;
    height: 46px;
    margin-left: 12px
  }
}
.btn-burger {
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 2px solid #fa0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0)
}
.btn-burger .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  pointer-events: none;
  background-color: #fff
}
.btn-burger .bar:not(:first-child) {
  margin-top: 5px
}
.btn-burger .bar:nth-child(3) {
  width: 73%
}
.btn-burger.is-active .bar:not(:first-child) {
  margin-top: 0
}
.btn-burger.is-active .bar:nth-child(2) {
  opacity: 0
}
.btn-burger.is-active .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 9px);
  -ms-transform: rotate(45deg) translate(5px, 9px);
  transform: rotate(45deg) translate(5px, 9px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform-origin-x: right;
  -webkit-transform-origin-y: top
}
@media (max-width:480px) {
  .btn-burger.is-active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 8px);
    -ms-transform: rotate(45deg) translate(5px, 8px);
    transform: rotate(45deg) translate(5px, 8px)
  }
}
.btn-burger.is-active .bar:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg) translate(-2px, 6px);
  -ms-transform: rotate(-45deg) translate(-2px, 6px);
  transform: rotate(-45deg) translate(-2px, 6px);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform-origin-x: left;
  -webkit-transform-origin-y: top
}
@media (max-width:480px) {
  .btn-burger.is-active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-2px, 5px);
    -ms-transform: rotate(-45deg) translate(-2px, 5px);
    transform: rotate(-45deg) translate(-2px, 5px)
  }
}
.header__tel-soc {
  width: 190px;
  margin-top: -8px;
  margin-left: 4px
}
@media (max-width:1040px) {
  .header__tel-soc {
    margin-left: 0
  }
}
@media (max-width:992px) {
  .header__tel-soc {
    width: auto;
    max-width: 200px;
    padding-left: 0
  }
}
@media (max-width:420px) {
  .header__tel-soc {
    margin: auto;
    text-align: center
  }
}
.header__tel {
  position: relative;
  z-index: 2;
  margin-left: 31px;
  padding-left: 34px;
  text-align: right
}
@media screen and (max-width:1060px) {
  .header__tel {
    margin-left: auto
  }
}
@media screen and (max-width:992px) {
  .header__tel {
    width: 100%;
    max-width: unset;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}
.header__tel--mobile {
  display: none
}
@media screen and (max-width:992px) {
  .header__tel--mobile {
    z-index: 0;
    display: block;
    width: auto;
    margin-top: auto;
    margin-right: 40px;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media screen and (max-width:610px) {
  .header__tel--mobile {
    margin-right: 0
  }
}
@media screen and (max-width:355px) {
  .header__tel--mobile {
    display: none
  }
}
.header__tel > svg, .header__tel > img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -34px
}
@media screen and (max-width:992px) {
  .header__tel > svg, .header__tel > img {
    width: 33px;
    height: 33px;
    margin-left: -44px;
    -o-object-fit: contain;
    object-fit: contain
  }
  .header__tel--mobile > svg, .header__tel--mobile > img {
    top: 5px
  }
}
@media screen and (max-width:520px) {
  .header__tel > svg, .header__tel--mobile > svg, .header__tel--mobile > img {
    width: 27px;
    height: 27px;
    margin-left: -35px
  }
}
@media screen and (max-width:400px) {
  .header__tel > svg, .header__tel--mobile > svg, .header__tel--mobile > img {
    display: none
  }
}
.header__tel-item {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  vertical-align: middle;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff
}
.header__tel--mobile .header__tel-item {
  font-size: 18px
}
@media screen and (max-width:710px) {
  .header__tel--mobile .header__tel-item {
    font-size: 17px
  }
}
@media screen and (max-width:520px) {
  .header__tel--mobile .header__tel-item {
    font-size: 15px
  }
}
@media screen and (max-width:420px) {
  .header__tel--mobile .header__tel-item {
    font-size: 14px
  }
}
.header__tel-item i {
  margin-right: 8px;
  color: #fff
}
.header__tel-item i:before {
  font-size: 16px
}
.header__tel-item:active span {
  opacity: .5
}
.header__tel-item span {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fa0;
  border-bottom: 1px solid #fa0
}
.header__tel-item:hover span {
  color: #fff;
  border-color: #fff
}
.header__soc {
  z-index: 2;
  margin-top: -2px;
  margin-right: auto;
  text-align: right
}
@media (max-width:992px) {
  .header__soc {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.header__soc-item {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-right: 2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  color: #fff
}
.header__soc-item i {
  display: table-cell;
  width: 24px;
  height: 24px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  vertical-align: middle;
  color: #fff
}
.header__soc-item:hover i {
  color: #fa0
}
.header__descr, .header__addr, .header__workhours, .header__label {
  color: #fff
}
.hero {
  position: relative;
  height: 990px;
  min-height: 990px;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}
@media (orientation:portrait) and (max-width:1200px) {
  .hero {
    height: auto;
    min-height: 700px;
    max-height: 745px
  }
}
@media (max-width:992px) {
  .hero {
    min-height: 705px;
    max-height: none
  }
}
@media (max-width:1300px) {
  .hero {
    height: 890px;
    min-height: 890px
  }
}
@media (max-width:1150px) {
  .hero {
    height: 780px;
    min-height: 780px
  }
}
@media (max-width:800px) {
  .hero {
    background-position-x: 35%
  }
}
.hero--inner {
  height: auto;
  min-height: unset
}
@media (max-width:992px) {
  .hero--inner {
    min-height: unset
  }
}
.hero:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ''
}
@media (max-width:992px) {
  .hero.timeout {
    height: 100%;
    min-height: 100vh;
    padding-bottom: 20px
  }
}
.hero .container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 270px
}
@media (max-width:1400px) {
  .hero .container {
    padding-top: 163px
  }
}
@media (max-width:992px) {
  .hero .container {
    padding-top: 140px
  }
}
@media (max-width:610px) {
  .hero .container {
    padding-top: 130px
  }
}
@media (max-width:382px) {
  .hero .container {
    padding-top: 120px
  }
}
@media (max-width:340px) {
  .hero .container {
    padding-top: 100px
  }
}
.hero__container {
  width: 100%;
  height: 100%;
  padding: 6px 55px
}
.hero__container span {
  color: #fa0
}
.hero__container .wpcf7 {
  margin-right: -15px;
  margin-left: -15px
}
.hero__container.centered-vertical {
  display: table
}
.hero__container.centered-vertical .hero__date {
  margin-top: 0
}
.hero__container-holder {
  width: 100%
}
@media (max-width:992px) {
  .hero__container.centered-vertical {
    display: block;
    padding: 0
  }
  .hero__container-holder {
    padding-top: 15px;
    padding-right: 0
  }
}
.hero__title, .hero__title > h1 {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.16;
  margin-bottom: 22px;
  padding: 0 0 21px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff
}
@media (max-width:1100px) {
  .hero__title, .hero__title > h1 {
    font-size: 62px
  }
}
@media (max-width:992px) {
  .hero__title, .hero__title > h1 {
    font-size: 58px
  }
}
@media (max-width:770px) {
  .hero__title, .hero__title > h1 {
    font-size: 54px;
    margin-bottom: 0
  }
}
@media (max-width:600px) {
  .hero__title, .hero__title > h1 {
    font-size: 44px
  }
}
@media (max-width:594px) {
  .hero__title, .hero__title > h1 {
    font-size: 36px
  }
}
@media (max-width:350px) {
  .hero__title, .hero__title > h1 {
    font-size: 32px
  }
}
.hero__title--mod {
  margin-top: 9px
}
@media (max-width:992px) {
  .hero__title--mod {
    margin-top: 0
  }
}
.hero__event {
  margin-top: 19px;
  padding-left: 2px
}
@media (max-width:992px) {
  .hero__event {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:500px) {
  .hero__event {
    width: 92%;
    max-width: 92%
  }
}
@media (max-width:500px) {
  .hero__event {
    margin-top: 0
  }
}
.hero__event-title {
  font-size: 24px;
  line-height: 30px;
  color: #fff
}
@media (max-width:500px) {
  .hero__event-title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0
  }
}
@media (max-width:419px) {
  .hero__event-title {
    font-size: 19px
  }
}
.hero__event-title p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .45px;
  color: #fff
}
@media (max-width:500px) {
  .hero__event-title p {
    font-size: 15px
  }
}
.hero__event-title ul {
  margin-top: 13px
}
.hero__event-title li {
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  padding-left: 10px
}
.hero__event-title li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff
}
.hero__btn {
  display: inline-block;
  margin-top: 55px
}
.partners__form {
  height: auto;
  margin-top: 60px;
  padding: 22px 40px 32px;
  border: 20px solid #fa0;
  background: #fff
}
@media (max-width:880px) {
  .partners__form {
    padding: 15px 24px 35px
  }
}
@media (max-width:767px) {
  .partners__form {
    max-width: 90%;
    margin: 28px auto 0;
    padding: 34px 18px 35px
  }
}
@media (max-width:520px) {
  .partners__form {
    max-width: 100%;
    margin: 28px auto 0;
    padding: 15px 15px 35px;
    border: 10px solid #fa0
  }
}
.form-subtitle {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #414142
}
.popup .form-subtitle {
  font-size: 18px
}
@media (max-width:520px) {
  .form-subtitle, .popup .form-subtitle {
    font-size: 16px
  }
}
.form-row--hor {
  font-size: 0;
  line-height: 0;
  margin: 16px 0 0
}
@media (max-width:767px) {
  .form-row--hor {
    margin: 28px -5px 0
  }
}
.form-col--hor {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  width: 32%;
  vertical-align: top
}
.form-col--hor:not(.form-col--submit) {
  margin-right: 1.7%
}
@media (max-width:880px) {
  .form-col--hor:not(.form-col--submit) {
    margin-right: 1.2%
  }
}
@media (max-width:767px) {
  .form-col--hor {
    width: 100%
  }
  .form-col--hor:not(.form-col--submit) {
    margin-right: 0;
    margin-bottom: 18px
  }
}
@media (max-width:600px) {
  .form-col--hor {
    padding-right: 0;
    padding-left: 0
  }
}
.form-col--submit {
  margin-left: .48%;
  padding-bottom: 0
}
@media (max-width:767px) {
  .form-col--submit {
    padding-top: 10px
  }
}
.form-check {
  margin-top: 15px;
  color: #8e8d8e
}
.partners__form .form-check {
  margin-top: 21px;
  padding: 0
}
@media screen and (max-width:600px) {
  .btn-header-form {
    font-size: 15px;
    width: auto;
    margin: auto;
    padding: 13px;
    white-space: pre-wrap;
    word-wrap: break-word
  }
}
.partners-list {
  padding-top: 29px
}
.partners-line:not(:first-of-type) {
  margin-top: 15px
}
@media (max-width:800px) {
  .partners-line:not(:first-of-type) {
    margin-top: 45px
  }
}
@media (max-width:450px) {
  .partners-line__title {
    font-size: 23px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 6px
  }
}
.partners-container {
  position: relative
}
.partners__title {
  padding-bottom: 20px
}
.partners__title-sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(30, 28, 30, .5)
}
.partners__title-sub--mod {
  margin-top: 36px
}
.partners__content {
  padding-top: 0
}
@media (max-width:1300px) {
  .partners__content {
    padding-bottom: 42px
  }
}
.slick-slide {
  margin: 4px 16px 4px 17px
}
@media (max-width:500px) {
  .slick-slide {
    margin: 4px 10px 4px 12px
  }
}
.item-detail__big-slider .slick-slide {
  margin: 0
}
@media (max-width:370px) {
  .slick-slide {
    margin: 4px 6px 4px 8px
  }
}
@media (max-width:350px) {
  .slick-slide {
    margin: 0
  }
}
.slider-item {
  display: block;
  text-decoration: none;
  color: #19191b;
  border: 1px solid #d2dce9;
  border-radius: 0;
  background-color: #fff
}
.slider__ctrl {
  width: 100%;
  padding-left: 3px;
  text-align: center
}
.partners__ctrl {
  padding-top: 27px
}
.slider__ctrl .arrow--prev {
  margin-right: 9px
}
.partners {
  padding-top: 63px;
  padding-bottom: 80px
}
.partners__content .arrow {
  position: absolute;
  bottom: 0
}
.partners__content .arrow--prev {
  left: calc(50% - 56px)
}
.partners__content .arrow--next {
  right: calc(50% - 56px)
}
.partners__content-item {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  width: 25%;
  height: 125px;
  margin: 0 2px;
  padding: 10px
}
@media (max-width:767px) {
  .partners__content-item {
    width: 50%;
    margin: 0;
    padding: 0
  }
}
@media (max-width:767px) {
  .partners-line:last-of-type .partners__content-item {
    height: 53px
  }
}
.partners__content-img {
  position: relative;
  width: 100%;
  height: 100%
}
.partners__content-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain
}
@media (max-width:767px) {
  .partners__content-img img {
    -o-object-fit: cover;
    object-fit: cover
  }
}
.fos__inner {
  display: table;
  width: 100%;
  padding: 35px 2px
}
@media (max-width:992px) {
  .fos__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media (max-width:500px) {
  .fos__inner {
    padding-top: 15px
  }
}
@media (max-width:767px) {
  .fos__left, .fos__right {
    display: block
  }
}
.fos__left {
  z-index: 1;
  padding: 0 20px 0 0
}
@media (max-width:992px) {
  .fos__left {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .fos__left .documents--decor:after {
    content: none
  }
}
.fos__title {
  font-size: 52px;
  line-height: 1.09;
  padding-bottom: 35px
}
@media (max-width:992px) {
  .fos__title {
    font-size: 58px;
    line-height: 1.24
  }
}
@media (max-width:830px) {
  .fos__title {
    font-size: 54px
  }
}
@media (max-width:694px) {
  .fos__title {
    font-size: 49px
  }
}
@media (max-width:588px) {
  .fos__title {
    font-size: 45px
  }
}
@media (max-width:500px) {
  .fos__title {
    font-size: 38px
  }
}
@media (max-width:450px) {
  .fos__title {
    font-size: 34px
  }
}
@media (max-width:450px) {
  .fos__title {
    font-size: 32px
  }
}
@media (max-width:392px) {
  .fos__title {
    font-size: 29px
  }
}
@media (max-width:359px) {
  .fos__title {
    font-size: 24px
  }
}
@media (max-width:992px) {
  .fos__left .documents {
    text-align: center
  }
}
.fos__left:only-child .fos__title br {
  display: none
}
.fos__text {
  line-height: 1.7;
  color: #fff
}
.fos__right {
  z-index: 2;
  float: right;
  width: 42.2%;
  max-width: 392px;
  margin-top: 5px;
  margin-bottom: 12px;
  margin-left: 52px;
  padding-right: 0;
  text-align: right
}
@media (max-width:992px) {
  .fos__right {
    float: none;
    width: 100%;
    max-width: 80%;
    margin: 40px 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media (max-width:680px) {
  .fos__right {
    max-width: 100%
  }
}
.fos form {
  position: relative;
  z-index: 3;
  max-width: 392px;
  margin: auto;
  margin-bottom: 21px;
  padding: 31px 20px 27px;
  border: 20px solid #e70f10;
  border-image-slice: 20 19;
  background: #fff
}
@media (max-width:992px) {
  .fos form {
    max-width: 80%
  }
  .fos form .form-step-submit {
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:680px) {
  .fos form {
    max-width: 100%
  }
}
@media (max-width:500px) {
  .fos form {
    padding: 24px 10px 20px
  }
}
@media (max-width:410px) {
  .fos form {
    border-width: 10px
  }
}
.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 22px;
  padding: 0 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
@media (max-width:500px) {
  .form-wrap {
    padding: 0 12px
  }
}
@media (max-width:410px) {
  .form-wrap {
    padding: 0 6px
  }
}
.form-step:not(last-of-type) {
  margin-bottom: 12px
}
.form-step-submit {
  width: 100%;
  max-width: 280px;
  padding-top: 19px
}
.form-btn {
  width: 100%;
  padding: 18px 20px 18px 25px
}
.form-btn--small {
  width: auto;
  min-width: 279px
}
@media (max-width:400px) {
  .form-btn--small {
    min-width: 200px
  }
}
.content-page form {
  padding: 7px 60px 48px;
  border: 20px solid red
}
@media (max-width:780px) {
  .content-page form {
    padding: 7px 30px 48px
  }
}
@media (max-width:500px) {
  .content-page form {
    padding: 7px 5px 28px
  }
}
.content-page div.wpcf7 {
  margin-top: 20px
}
.form-section:not(:first-of-type) {
  margin-top: 21px
}
.form-section .form-sub-title {
  display: block;
  margin-bottom: 7px;
  margin-left: calc(49% + 27px)
}
@media (max-width:780px) {
  .form-section .form-sub-title {
    margin-right: auto;
    margin-left: auto;
    text-align: center
  }
}
.form-step--hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.form-step--hor:not(last-of-type) {
  margin-bottom: 11px
}
.form-step--hor label {
  width: 47%;
  margin-right: 25px;
  text-align: left
}
@media (max-width:780px) {
  .form-step--hor label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
    text-align: center
  }
}
@media (max-width:500px) {
  .form-step--hor label {
    font-size: 15px
  }
}
.form-step--hor label small {
  font-weight: 300;
  display: block;
  width: 100%;
  letter-spacing: .3px;
  color: #8e8d8e
}
.form-step--hor label span {
  font-size: 23px;
  color: red
}
.form-step--hor > span {
  width: 48%
}
@media (max-width:780px) {
  .form-step--hor > span {
    width: 100%
  }
}
.form-step--hor input {
  height: 100%
}
.form-section:not(:first-of-type) {
  margin-top: 21px
}
span.wpcf7-list-item {
  margin: 0
}
.award-info {
  margin-left: 50%
}
@media (max-width:780px) {
  .award-info {
    margin-left: 0
  }
}
@media (max-width:780px) {
  .award-info .wpcf7-list-item-label {
    font-size: 15px
  }
}
.radiobtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.radiobtn .wpcf7-list-item:not(:first-of-type) {
  margin-top: 16px
}
.radio-option {
  margin-top: 30px
}
@media (max-width:780px) {
  .radio-option.form-step--hor label {
    text-align: left
  }
}
.form-step--hor-submit {
  margin-top: 28px;
  margin-left: 52%
}
@media (max-width:780px) {
  .form-step--hor-submit {
    width: auto;
    margin: 28px auto
  }
}
.form-check--hor {
  margin-left: 52%
}
@media (max-width:780px) {
  .form-check--hor {
    width: 100%;
    margin-left: 0
  }
}
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 94px 0 89px;
  background-color: #eaedf0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
@media (max-width:992px) {
  .about {
    padding: 64px 0 59px
  }
}
.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover
}
@media (max-width:992px) {
  .section__bg {
    width: 100%;
    opacity: .15
  }
}
.content-frame {
  position: relative;
  border: 1px solid #fff
}
@media (max-width:500px) {
  .content-frame {
    border: none
  }
}
.content-frame-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 92px 28px
}
@media (max-width:992px) {
  .content-frame-wrapper {
    padding: 20px 42px 28px
  }
}
@media (max-width:550px) {
  .content-frame-wrapper {
    padding: 10px 24px 28px
  }
}
@media (max-width:500px) {
  .content-frame-wrapper {
    padding: 0
  }
}
.about__inner {
  display: table;
  width: 100%
}
@media (max-width:767px) {
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.about__left, .about__right {
  width: 50%
}
.about__left:only-of-type {
  width: 100%
}
.page-header .about__left {
  padding-right: 16px
}
@media (max-width:992px) {
  .page-header .about__left {
    padding-right: 0
  }
}
.container-min {
  width: calc(100%/2);
  padding-top: 65px;
  padding-bottom: 83px
}
.about__left .container-min {
  width: 85%;
  margin-left: auto
}
@media (max-width:1860px) {
  .about__left .container-min {
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:992px) {
  .about__left .container-min {
    width: 100%;
    max-width: 1153px;
    margin: 0 auto;
    padding: 40px 26px
  }
}
.about__right .container-min {
  margin-right: auto
}
.about__left {
  float: left;
  padding-right: 33px
}
@media (max-width:850px) {
  .about__left {
    width: 60%;
    padding: 0
  }
}
@media (max-width:750px) {
  .about__left {
    width: 100%;
    padding: 0
  }
}
.about__right {
  position: relative;
  float: right;
  width: calc(50% - 14px);
  margin-left: 14px
}
@media (max-width:850px) {
  .about__right {
    width: calc(40% - 14px)
  }
}
@media (max-width:750px) {
  .about__right {
    width: 60%;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:550px) {
  .about__right {
    width: 100%
  }
}
.about-title {
  position: relative
}
.about-subtitle {
  margin: 0 0 10px
}
.about-subtitle p:last-of-type {
  padding-bottom: 0
}
@media (max-width:767px) {
  .about-subtitle {
    line-height: 26px;
    margin: 0 0 15px;
    padding: 0 0 19px
  }
}
.about-text {
  margin: auto;
  padding: 0 0 5px
}
.about-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  margin-bottom: 19px;
  padding-bottom: 0;
  text-align: center;
  letter-spacing: .4px
}
@media (max-width:350px) {
  .about-text p {
    font-size: 15px
  }
}
@media (max-width:992px) {
  .about-text {
    max-width: 100%
  }
}
.about-link, .about-text a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom: 1px solid #383940
}
.about-link:hover, .about-text a:hover {
  border-color: #fa0
}
.about .btn {
  max-width: 220px;
  margin-right: auto;
  margin-left: auto
}
.about-link--dashed {
  border-bottom-style: dashed
}
.about-social-btn {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle
}
.about-video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 180px rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 180px rgba(0, 0, 0, .5)
}
@media (max-width:992px) {
  .about-video {
    padding-bottom: 75%
  }
}
@media (max-width:767px) {
  .about-video {
    padding-bottom: 56%
  }
}
.about-video__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%
}
.about-video__link .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.about-video__link .video-link svg {
  display: inline-block;
  width: 24px;
  height: 22px;
  margin: 0;
  margin-left: 4.5px
}
.about__img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right
}
.our-works {
  padding: 80px 0 40px
}
@media (min-width:1200px) {
  .our-works {
    padding: 84px 0 90px
  }
}
@media (max-width:767px) {
  .our-works {
    padding: 40px 0 45px
  }
}
.our-works__title {
  line-height: 1;
  padding: 0 0 44px
}
@media (min-width:1200px) {
  .content-page-works {
    padding: 4px 0 58px
  }
}
@media (max-width:767px) {
  .our-works__title {
    padding: 0 0 25px
  }
}
.our-works__slider {
  margin: 20px -16px 0
}
@media (max-width:767px) {
  .our-works__slider {
    margin: 4px -5px 0
  }
}
.our-works__slider-slide {
  padding: 8px 12px
}
@media (max-width:767px) {
  .our-works__slider-slide {
    width: 100%;
    padding: 0 5px
  }
}
.our-works__slider--new .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-align: stretch
}
.our-works__slider--new .slick-track:only-child {
  margin-left: 0
}
.our-works__slider--new .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto
}
.our-works__slider--new .slick-slide .our-works__slider-slide {
  height: 100%
}
.our-works__slider--new .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  .our-works__slider--new .slick-slide > div {
    display: block
  }
}
.our-works__item {
  padding-bottom: 27px;
  border: 1px solid #dadada;
  border-radius: 0;
  background-color: #fff
}
.our-works__item:hover .our-works__name {
  color: #fa0
}
@media (max-width:767px) {
  .our-works__item {
    min-height: 410px
  }
}
.our-works__item img {
  display: block;
  width: 100%;
  height: auto
}
.our-works__item-img {
  position: relative;
  overflow: hidden;
  height: 168px;
  margin-bottom: 25px
}
.our-works__item-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (max-width:775px) {
  .our-works__item-img {
    height: 225px
  }
}
.our-works__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
@supports ((display:-ms-grid) or (display:grid)) {
  .our-works__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 20px
  }
}
.our-works__info:first-child {
  margin-top: 24px
}
.our-works__info:only-child {
  -ms-flex-line-pack: end;
  align-content: end
}
@media (max-width:575px) {
  .our-works__info {
    padding-right: 10px;
    padding-left: 10px
  }
}
.our-works__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-transform: uppercase;
  color: #1e1c1e
}
@media screen and (max-width:767px) {
  .our-works__name {
    font-size: 24px
  }
}
.our-works__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  margin-bottom: 18px;
  color: #1e1c1e
}
@media (max-width:767px) {
  .our-works__text {
    font-size: 15px;
    line-height: 20px
  }
}
.our-works__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:775px) {
  .our-works__btns {
    margin-top: 30px
  }
}
@media screen and (max-width:380px) {
  .our-works__btn-wrap {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 2
  }
}
.our-works__ctrl {
  min-width: 100px;
  margin-left: 20px
}
@media screen and (max-width:380px) {
  .our-works__ctrl {
    width: 100%;
    margin-left: 0;
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.our-works__link-wrap {
  margin-top: auto
}
.btn--our-works-link {
  display: inline-block;
  width: auto;
  padding: 8px 20px
}
.modal-thanks {
  max-width: 735px
}
@media (max-width:767px) {
  .modal-thanks {
    max-width: 450px
  }
}
.modal-thanks__inner {
  font-size: 0;
  position: relative;
  padding: 89px 95px 140px;
  background: #fa0
}
@media (max-width:767px) {
  .modal-thanks__inner {
    padding: 60px 30px 70px
  }
}
@media (max-width:479px) {
  .modal-thanks__inner {
    padding: 60px 30px 40px
  }
}
.modal-thanks__inner:after {
  position: absolute;
  bottom: 0;
  left: 95px;
  width: calc(100% - 190px);
  height: 55px;
  content: ''
}
@media (max-width:767px) {
  .modal-thanks__inner:after {
    left: 30px;
    width: calc(100% - 60px);
    height: 30px
  }
}
.modal-thanks__left {
  display: inline-block;
  width: 143px;
  padding: 7px 30px 0 0;
  vertical-align: top
}
@media (max-width:479px) {
  .modal-thanks__left {
    width: 100%;
    padding: 0 0 20px
  }
}
.modal-thanks__icon {
  display: inline-block;
  fill: #fff
}
.modal-thanks__icon-wrapper {
  width: 113px;
  height: 113px;
  padding: 22px 0 0;
  text-align: center;
  border: 3px solid #fff
}
@media (max-width:479px) {
  .modal-thanks__icon-wrapper {
    display: block;
    margin: 0 auto
  }
}
.modal-thanks__right {
  font-size: 18px;
  display: inline-block;
  width: calc(100% - 143px);
  vertical-align: top;
  color: #fff
}
@media (max-width:479px) {
  .modal-thanks__right {
    width: 100%;
    text-align: center
  }
}
.modal-thanks__title {
  line-height: 60px;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 10px
}
.modal-thanks__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 3px;
  content: '';
  background: #3bf4bc
}
@media (max-width:479px) {
  .modal-thanks__title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
span.wpcf7-not-valid-tip {
  display: none
}
.wpcf7-not-valid {
  border-color: red
}
div.wpcf7-mail-sent-ok {
  display: none !important
}
div.wpcf7 .ajax-loader {
  display: none
}
@media (max-width:320px) {
  .fancybox-slide {
    padding: 15px
  }
}
.breadcrumbs {
  font-size: 12px;
  margin-bottom: 34px;
  text-align: center;
  color: #383940
}
@media (max-width:992px) {
  .breadcrumbs {
    margin-bottom: 25px;
    padding: 0 20px
  }
}
.arrow--sml {
  position: absolute;
  z-index: 2;
  top: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.arrow--sml .arrow__icon {
  top: unset;
  left: unset;
  width: 10px;
  margin: 0
}
.arrow--next.arrow--sml {
  right: -3px
}
@media screen and(max-width:992px) {
  .arrow--next.arrow--sml {
    right: -2px
  }
}
@media screen and(max-width:550px) {
  .arrow--next.arrow--sml {
    right: -1px
  }
}
.arrow--prev.arrow--sml {
  left: -4px
}
.arrow--sml:before {
  content: none
}
.card-seotext {
  margin-top: 55px;
  margin-bottom: 40px
}
@media (max-width:767px) {
  .card-seotext {
    margin-top: 35px;
    margin-bottom: 35px
  }
}
.prices {
  margin-top: 12px;
  margin-bottom: 72px
}
@media (max-width:767px) {
  .prices {
    margin-top: 35px;
    margin-bottom: 40px
  }
}
.price-item {
  position: relative;
  margin-bottom: 60px
}
.price-item:last-child {
  margin-bottom: 50px
}
.price-item:after {
  position: absolute;
  right: 15px;
  bottom: -30px;
  left: 15px;
  height: 1px;
  content: '';
  background-color: #dec4c4
}
@media (max-width:1199px) {
  .price-item {
    margin-bottom: 50px
  }
  .price-item:after {
    bottom: -20px
  }
}
@media (max-width:767px) {
  .price-item {
    margin-bottom: 40px
  }
}
@media (max-width:575px) {
  .price-item__info {
    width: 50%
  }
}
@media (max-width:500px) {
  .price-item__info {
    width: 100%
  }
}
@media (max-width:575px) {
  .price-item__img-wrap {
    width: 50%
  }
}
@media (max-width:500px) {
  .price-item__img-wrap {
    width: 100%;
    margin-bottom: 15px
  }
}
.price-item__img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150px;
  border-radius: 0
}
.price-item__img img {
  overflow: hidden;
  max-height: 150px;
  margin: auto;
  border-radius: 0;
  -o-object-fit: contain;
  object-fit: contain
}
.price-item__name {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 20px;
  text-align: center;
  border: 1px solid #e2dbcc;
  border-radius: 0
}
.price-item__param {
  margin-bottom: 5px
}
.item__params-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (max-width:420px) {
  .item__params-row {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.price-item__btn-wrap {
  text-align: right
}
@media (max-width:575px) {
  .price-item__btn-wrap {
    text-align: center
  }
}
@media (max-width:1239px) {
  .price-item__info-wrap {
    margin-bottom: 25px
  }
}
@media (max-width:575px) {
  .price-item__info-wrap {
    margin-bottom: 10px
  }
}
.category-seo-text {
  margin-top: 40px;
  margin-bottom: 50px
}
.category-descr {
  margin-top: 18px;
  margin-bottom: 23px
}
.category-price-wrap {
  padding-top: 4px;
  text-align: center
}
.category-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 18px 35px;
  text-transform: uppercase;
  color: #383940;
  background: #eaedf0
}
.page-descr {
  margin-top: 25px;
  margin-bottom: 38px
}
.news-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 20px);
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-bottom: 31px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border: 1px solid #d2dce8;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
.news-item:hover .news-item__title {
  text-decoration: underline
}
.news-item:first-child {
  margin-left: 0
}
.news-item:nth-child(3n) {
  margin-right: 0
}
.news-item:nth-child(3n+1) {
  margin-left: 0
}
@media (max-width:1199px) {
  .news-item {
    padding-bottom: 25px
  }
}
.news-item__img {
  display: block;
  overflow: hidden;
  height: 188px;
  margin-bottom: 16px
}
@media (max-width:1199px) {
  .news-item__img {
    height: 150px;
    margin-bottom: 15px
  }
}
@media (max-width:580px) {
  .news-item__img {
    height: 225px;
    margin-bottom: 24px
  }
}
.news-item__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-right: 29px;
  padding-left: 29px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.news-item__info:first-child {
  margin-top: 24px
}
.news-item__title {
  font-size: 14px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  letter-spacing: .35px;
  text-transform: uppercase;
  color: #383940;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.news-item__date {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 178px;
  left: 0;
  padding: 2px 14px;
  color: #fff;
  background: #fa0
}
@media (max-width:1199px) {
  .news-item__date {
    top: 140px
  }
}
@media (max-width:580px) {
  .news-item__date {
    top: 215px
  }
}
.news-item__announce {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 4px;
  letter-spacing: .35px;
  color: #383940
}
.news-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-item-align: end;
  align-self: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:520px) {
  .news-item__footer .btn {
    min-width: 100%
  }
}
.news-item__link {
  line-height: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #5baa00
}
.news-item__link:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: '';
  background-color: #a7bdcf
}
.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 23px);
  margin-right: 18px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-bottom: 37px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
.post-item:first-child {
  margin-left: 0
}
.post-item:nth-child(3n) {
  margin-right: 0
}
.post-item:nth-child(3n+1) {
  margin-left: 0
}
@media (max-width:1199px) {
  .post-item {
    padding-bottom: 25px
  }
}
@media (max-width:992px) {
  .post-item {
    width: calc(50% - 17px)
  }
  .post-item:first-child {
    margin-left: 0
  }
  .post-item:nth-child(3n) {
    margin-right: 15px
  }
  .post-item:nth-child(3n+1) {
    margin-left: 15px
  }
  .post-item:nth-child(even) {
    margin-right: 0
  }
  .post-item:nth-child(odd) {
    margin-left: 0
  }
}
@media (max-width:680px) {
  .post-item {
    width: 100%;
    margin-right: 5px;
    margin-bottom: 38px;
    margin-left: 5px;
    padding-bottom: 32px
  }
  .post-item:nth-child(3n) {
    margin-right: 0
  }
}
.post-item__img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px
}
@media (max-width:1199px) {
  .post-item__img {
    height: 150px;
    margin-bottom: 15px
  }
}
@media (max-width:580px) {
  .post-item__img {
    height: 225px;
    margin-bottom: 24px
  }
}
.post-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.post-item__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.post-item__info:first-child {
  margin-top: 24px
}
.post-item__title {
  display: inline;
  padding-bottom: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border-bottom: 1px solid transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.post-item:hover .post-item__title {
  border-color: #383940
}
.post-item__date {
  font-size: 13px;
  line-height: 1.2;
  display: block;
  padding-top: 10px;
  color: #8e8d8e
}
.post-item__announce {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 14px;
  color: #1e1c1e
}
@media (max-width:767px) {
  .post-item__announce {
    font-size: 16px
  }
}
.post-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-item-align: end;
  align-self: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.post-item__btn {
  width: 255px;
  opacity: 0
}
@media (max-width:1024px) {
  .post-item__btn {
    opacity: 1
  }
}
@media (max-width:420px) {
  .post-item__btn {
    width: 100%
  }
}
.news__item--main {
  margin-bottom: 0
}
.post-item:hover .post-item__btn {
  opacity: 1
}
.btn--feedback-form {
  display: inline-block;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.popup-feedback {
  width: 550px;
  margin-bottom: 100px;
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: #f5f5f5
}
@media (max-width:500px) {
  .popup-feedback {
    width: 350px
  }
}
@media (max-width:374px) {
  .popup-feedback {
    width: 300px;
    padding-right: 15px;
    padding-left: 15px
  }
}
.feedback-form {
  margin: 0
}
.feedback-form__wrap {
  padding: 0 50px
}
@media (max-width:767px) {
  .feedback-form__wrap {
    padding: 0 10px
  }
}
@media (max-width:424px) {
  .feedback-form__wrap {
    padding: 0 15px
  }
}
.feedback-form__title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #b6b5b5
}
@media (max-width:500px) {
  .feedback-form__title {
    padding-right: 10px;
    padding-left: 10px
  }
}
.feedback-form__subtitle {
  line-height: 20px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-align: center
}
.feedback-form__subtitle:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  margin-left: -25px;
  content: '';
  background-color: #fa0
}
.feedback-form__btn-wrap {
  margin-top: 18px;
  margin-bottom: 10px;
  text-align: center
}
.page-404 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 377px;
  margin-top: 72px;
  margin-bottom: 110px;
  background-image: url(../../themes/arendaspectehniki/img/gears.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:1024px) {
  .page-404 {
    margin-top: 22px;
    margin-bottom: 40px
  }
}
@media (max-width:750px) {
  .page-404 {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media (max-width:600px) {
  .page-404 {
    margin-bottom: 10px;
    background-size: 95%
  }
}
.page-404__digits {
  font-size: 209px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  padding-top: 66px;
  letter-spacing: 5.22px;
  text-transform: uppercase;
  color: #fa0
}
.page-404__digits:before {
  position: absolute;
  right: 48px;
  bottom: 17px;
  width: 244px;
  height: 135px;
  content: '';
  background: url(../../themes/arendaspectehniki/img/404-img.png) no-repeat
}
@media (max-width:1199px) {
  .page-404__digits {
    font-size: 175px
  }
  .page-404__digits:before {
    width: 224px;
    height: 115px;
    background-position-x: 100%;
    background-size: contain
  }
}
@media (max-width:750px) {
  .page-404__digits {
    width: 100%;
    padding-top: 100px;
    text-align: center
  }
  .page-404__digits:before {
    right: 0;
    bottom: -12px;
    left: 0;
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:575px) {
  .page-404__digits {
    font-size: 140px;
    padding-top: 55px
  }
  .page-404__digits:before {
    width: 200px;
    height: 94px
  }
}
.page-404__text {
  width: 310px;
  margin-left: 12px;
  padding-top: 89px
}
@media (max-width:750px) {
  .page-404__text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 42px;
    text-align: center
  }
}
@media (max-width:767px) {
  .page-404__text {
    width: 100%
  }
}
.page-404__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  width: 85%;
  margin-bottom: 5px;
  padding-top: 0;
  letter-spacing: .52px;
  text-transform: uppercase;
  color: #383940
}
@media (max-width:992px) {
  .page-404__title {
    width: 100%
  }
}
@media (max-width:750px) {
  .page-404__title {
    margin-top: 0
  }
}
@media (max-width:575px) {
  .page-404__title {
    font-size: 32px
  }
}
@media (max-width:424px) {
  .page-404__title {
    font-size: 28px
  }
}
.page-404__subtitle {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 4px
}
.page-404__subtitle a {
  color: #fa0;
  border-color: #fa0
}
.page-404__subtitle a:not([href^='tel:']):hover {
  color: #383940 !important;
  border-color: #383940
}
.contacts__val {
  color: #000
}
.footer__contacts {
  position: relative;
  margin-top: 29px;
  padding-left: 39px
}
@media screen and (max-width:410px) {
  .footer__contacts {
    width: 48%;
    margin-top: 18px;
    padding-top: 38px;
    padding-left: 0
  }
}
@media screen and (max-width:340px) {
  .footer__contacts {
    width: 100%;
    text-align: center
  }
}
.footer__contacts .contacts__val {
  font-family: 'Avenir Next Cyr';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: #fff
}
@media screen and (max-width:410px) {
  .footer__contacts .contacts__val {
    font-size: 14px
  }
}
.contacts__val[href] {
  display: inline-block
}
.contacts__val[href]:hover {
  color: #fa0;
  border-bottom-color: #fa0
}
.map-link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (max-width:992px) {
  .map-link {
    display: none
  }
}
.map-icon {
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 34px;
  height: 34px;
  margin: auto;
  padding: 9px 0;
  text-align: center;
  letter-spacing: .35px;
  text-transform: uppercase;
  color: #fa0;
  border: 2px solid;
  border-radius: 50%
}
.map-icon:before {
  color: #fff
}
.map-link__marker {
  font-size: 33px;
  position: relative;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  margin-left: 0;
  color: #091943;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.map-link__marker:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  content: '';
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  border-width: .114286em;
  border-style: solid;
  border-image-source: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 24 24%22%3E%3Crect x=%222%22 y=%222%22 width=%2220%22 height=%2220%22 fill=%22transparent%22 stroke=%22%23e70f10%22 stroke-width=%224%22 %2F%3E%3C%2Fsvg%3E');
  border-image-slice: 50%;
  border-image-width: .342857em
}
.map-link:hover .map-link__marker:after {
  -webkit-animation: none;
  animation: none
}
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}
.pulse {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.map-link span {
  font-family: 'Avenir Next Cyr';
  font-size: 12px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: underline;
  color: #fff
}
.map-link:hover span {
  color: #fa0
}
.content-page {
  margin-top: 54px;
  padding-bottom: 60px
}
.content-page + div {
  padding-bottom: 10px
}
@media (max-width:767px) {
  .content-page {
    margin-top: 38px;
    padding-bottom: 10px
  }
}
.banner {
  padding: 26px 0 25px;
  background-color: #906eb0
}
@media (max-width:573px) {
  .banner {
    padding: 36px 0 35px
  }
}
.banner__left {
  width: 50%
}
@media (max-width:992px) {
  .banner__left {
    width: 100%
  }
  .form-banner__left {
    width: 80%;
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:500px) {
  .form-banner__left {
    width: 92%
  }
}
@media (max-width:360px) {
  .form-banner__left {
    width: 94%
  }
}
.banner__left .container-min {
  width: 85%;
  margin-left: auto;
  padding-top: 65px;
  padding-bottom: 60px
}
@media (max-width:1860px) {
  .banner__left .container-min {
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:992px) {
  .banner__left .container-min {
    width: 100%;
    max-width: 1153px;
    margin: 0 auto;
    padding: 40px 26px 50px
  }
}
@media (max-width:650px) {
  .banner__left .container-min {
    padding-right: 10px;
    padding-left: 10px
  }
}
.form-banner__left .container-min {
  padding-top: 35px;
  padding-bottom: 52px
}
.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width:573px) {
  .banner-container {
    text-align: center
  }
}
.banner__img {
  width: 120px;
  height: 120px;
  margin-right: 41px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (max-width:792px) {
  .banner__img {
    display: none
  }
}
.banner__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 59%;
  margin-right: 40px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@supports ((display:-ms-grid) or (display:grid)) {
  .banner__caption {
    max-width: 50%
  }
}
@media screen and (max-width:792px) {
  .banner__caption {
    width: 64%;
    margin-right: 12px
  }
}
@supports ((display:-ms-grid) or (display:grid)) {
  @media screen and (max-width: 792px) {
    .banner__caption {
      max-width: 64%
    }
  }
}
@media screen and (max-width:573px) {
  .banner__caption {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px
  }
}
.banner__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase
}
.banner__sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  height: 100%;
  text-transform: uppercase;
  color: #fff
}
@media all and (-webkit-min-device-pixel-ratio:0) {
  .banner__title {
    display: inline-block;
    width: 100%
  }
  .banner__sub-title {
    display: inline-block;
    width: 100%;
    height: inherit
  }
  @media screen and (max-width:573px) {
    .banner__title, .banner__sub-title {
      text-align: center
    }
  }
}
.banner__btn {
  width: auto;
  min-width: 256px;
  padding: 13px 20px
}
@media screen and (max-width:943px) {
  .banner__btn {
    min-width: 180px
  }
}
.banner__btn:not(:nth-child(1)) {
  margin-left: auto
}
.banner__btn:not(:nth-child(2)) {
  margin-left: 50px
}
@supports ((display:-ms-grid) or (display:grid)) {
  .banner__btn:not(:nth-child(2)) {
    margin-left: auto
  }
}
@media screen and (max-width:573px) {
  .banner__btn:not(:nth-child(1)) {
    margin-right: auto
  }
  .banner__btn:not(:nth-child(2)) {
    margin-left: auto
  }
}
.wp-pagenavi {
  text-align: center
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.9;
  padding: 10px 17px 11px;
  letter-spacing: .33px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  border: 3px solid #fa0;
  border-radius: 0;
  background-color: #fa0
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #fff !important;
  border-color: #212121;
  border-radius: 0;
  background-color: #212121
}
.pagination.container:not(:last-of-type) {
  margin-bottom: 62px
}
.contacts-container {
  position: relative;
  overflow: hidden
}
.contacts-wrap {
  position: relative
}
@media (max-width:655px) {
  .contacts-wrap {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.inner-category-h1 {
  text-align: center
}
.inner-category-h1:before {
  right: 0;
  bottom: 2px;
  left: 0;
  margin: auto
}
.under-title-text {
  font-size: 14px;
  line-height: 1.75;
  max-width: 85%;
  margin: auto;
  text-align: center;
  letter-spacing: .4px;
  color: #fff
}
.page-header {
  position: relative;
  max-width: 1120px;
  margin-bottom: 24px;
  padding-top: 59px;
  padding-bottom: 60px;
  background-color: #383940
}
.page-header__btn {
  display: block;
  width: 242px;
  margin: 25px auto 0
}
table, .static-content table {
  border-collapse: collapse;
  border: none
}
.default-table, .static-content table {
  width: 100%;
  height: auto !important;
  margin-bottom: 24px;
  border: none
}
.default-table + h2, .static-content table + h2 {
  margin: 42px 0 20px
}
.default-table th, .static-content table th {
  font-size: 13px;
  font-weight: 700;
  width: unset !important;
  padding: 16.5px 19px;
  text-align: left;
  text-transform: uppercase;
  color: #000
}
.default-table thead tr, .default-table th, .static-content table thead tr, .static-content table th {
  border: 1px solid #ffd580;
  background-color: #fa0
}
.default-table tr, .static-content table tr {
  border: 1px solid rgba(255, 255, 255, .2)
}
.default-table tbody tr:nth-child(odd), .static-content table tr:nth-child(odd) {
  background-color: #eaedf0
}
.default-table tbody tr:nth-child(even), .static-content table tr:nth-child(even) {
  background-color: #fff
}
.default-table thead + tbody tr:first-of-type, .static-content thead + tbody tr:first-of-type {
  background-color: #fff
}
.default-table thead + tbody tr:nth-child(even), .static-content thead + tbody tr:nth-child(even) {
  background-color: #eaedf0
}
.default-table thead + tbody tr:nth-child(odd), .static-content thead + tbody tr:nth-child(odd) {
  background-color: #fff
}
.default-table td, .static-content table td {
  font-size: 16px;
  line-height: 1.4;
  padding: 14px 18px 13px;
  vertical-align: top;
  color: #383940;
  border: 1px solid rgba(255, 255, 255, .58)
}
@media (max-width:350px) {
  .default-table td, .static-content table td {
    font-size: 15px
  }
}
.static-content table td:first-of-type {
  border-left: none
}
.static-content table td:last-of-type {
  border-right: none
}
.content-title {
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
  padding-bottom: 24px;
  text-transform: uppercase;
  color: #19191b
}
.content__tabs {
  margin-top: 20px
}
.content__tabslist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border-bottom: 1px solid #d2dce9;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.content__tabsitem {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  min-width: 224px;
  padding: 18px 42px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #d2dce9;
  border-top: 1px solid #d2dce9;
  border-radius: 0;
  background: #fff
}
@media (max-width:350px) {
  .content__tabsitem {
    font-size: 15px
  }
}
.content__tabsitem:not(:first-of-type) {
  border-right: 1px solid #d2dce9
}
.content__tabsitem:first-of-type {
  border-right: 1px solid #d2dce9;
  border-left: 1px solid #d2dce9
}
.content__tabsitem.is-active:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #fff
}
.content__tabsitem:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  opacity: 0;
  background: #fa0
}
.content__tabsitem:hover:before {
  opacity: 1
}
.content__tabsitem:hover {
  color: #fa0;
  border-bottom: none
}
.content__tabsitem.is-active {
  color: #fa0
}
.content__tabsitem.is-active:before {
  opacity: 1
}
@media screen and (max-width:650px) {
  .content__tabsitem {
    width: 100%
  }
  .content__tabsitem:not(:first-of-type) {
    border-left: 1px solid #d2dce9
  }
  .content__tabsitem.is-active:after {
    content: none
  }
}
.content__tabs-boxes {
  padding: 46px 50px;
  border: 1px solid #d2dce9;
  border-top: 0;
  border-radius: 0;
  background-color: #fff
}
.tabs-boxes__btn-wrap {
  max-width: 200px;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto
}
@media screen and (max-width:359px) {
  .tabs-boxes__btn-wrap {
    width: 100%;
    max-width: unset
  }
}
.content__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.content__tabs-box.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.cat__item-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.cat__sub-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.cat__sub-list-link {
  font-size: calc(18px*.9);
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: calc(100%/4 - 24px);
  margin-right: 31px;
  margin-bottom: 10px;
  padding: 10px 20px 11px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
  color: #1e1c1e;
  border: 3px solid #c0c9d2;
  background-color: rgba(0, 0, 0, 0)
}
.cat__sub-list-link:nth-child(4n) {
  margin-right: 0
}
@media (max-width:460px) {
  .cat__sub-list-link {
    width: calc(100%/2 - 5px);
    text-align: center
  }
  .cat__sub-list-link:nth-child(even) {
    margin-right: 0
  }
}
@media (max-width:358px) {
  .cat__sub-list-link {
    padding: 14px 8px
  }
}
.cat__sub-list-link.active {
  border-color: #fa0
}
.cat__sub-list-link:hover {
  border-color: #fa0
}
a {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  border-bottom: none
}
:focus {
  outline: 1px dashed #707482;
  outline-offset: 2px
}
.cat-detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
.popup-thanks__text {
  font-family: 'Avenir Next Cyr';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #47464b
}
.popup {
  width: 544px;
  max-width: 544px;
  margin-bottom: 100px;
  padding: 50px 44px;
  border-radius: 0;
  background-color: #212121
}
.popup-order {
  overflow-x: hidden;
  max-width: 544px;
  padding: 40px 44px 58px;
  text-align: center;
  background-color: #212121
}
@media (max-width:480px) {
  .popup-order, .popup-thanks {
    overflow: visible;
    width: 90%;
    max-width: 100%;
    margin-top: 40px;
    padding: 33px 24px
  }
}
.fancybox-slide--html .fancybox-close-small {
  padding: 0
}
.fancybox-close-small {
  color: #fff
}
.popup-thanks {
  max-width: 352px;
  padding: 39px 60px 45px;
  color: #fff;
  border: none;
  background-color: #212121
}
.popup-thanks:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  background: #fa0
}
.popup-thanks__title:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 5px;
  bottom: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -33px;
  content: '\f00c';
  color: #000;
  border-radius: 50%;
  background: #fa0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.form__titl-popupe, .popup-thanks__title {
  font-family: 'Avenir Next Cyr';
  font-weight: 700;
  text-align: center;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: #fff
}
.popup-thanks__title {
  margin-bottom: 7px;
  padding-top: 4px;
  padding-left: 33px
}
.form__subtitle-popup, .popup-thanks__text {
  font-family: 'Avenir Next Cyr';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 5px;
  letter-spacing: .35px;
  color: #fff
}
.popup-thanks__text {
  color: #fa0
}
@media (max-width:500px) {
  .form__subtitle-popup {
    padding-right: 0;
    padding-left: 0
  }
}
input:not([type=submit]), input[type=text], textarea {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 16px 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  color: #474748;
  border: 3px solid transparent;
  border-radius: 0;
  background-color: #fff
}
@media (max-width:992px) {
  input:not([type=submit]), input[type=text], textarea {
    padding: 14px 15px
  }
}
textarea {
  max-width: 100%
}
.form__step {
  width: calc(100%/2 - 18px)
}
.form__step:not(last-of-type) {
  margin-right: 18px;
  margin-bottom: 18px
}
@media screen and (max-width:992px) {
  .form__step {
    width: 100%;
    margin-right: 0
  }
  .form__step:not(last-of-type) {
    margin-right: 0
  }
}
.form__step-popup {
  width: 100%;
  margin-top: 11px
}
.form__step-btn, .popup-btn {
  position: relative
}
.form__step-popup:not(:first-of-type) {
  margin-top: 18px
}
.form__step-popup:last-of-type {
  margin-top: 15px
}
.form__subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  color: #68686c
}
.static-content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 12px 0 24px;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.img--captioned {
  width: 100%;
  height: 100%;
  margin: 0
}
.img--captioned figcaption {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 7px;
  color: #1e1c1e
}
@supports ((display:-ms-grid) or (display:grid)) {
  .static-content .gallery {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    grid-gap: 10px
  }
}
.gallery-item {
  max-height: 180px;
  margin: .5em
}
@supports ((display:-ms-grid) or (display:grid)) {
  .gallery-item {
    max-height: unset
  }
}
.gallery-icon {
  height: 180px
}
.gallery-icon a {
  display: block;
  height: 100%;
  border-bottom: 0
}
.gallery-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.gallery-caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 5px;
  color: #1e1c1e
}
.gallery__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 0;
  background: rgba(0, 18, 66, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 18, 66, 0)), color-stop(0%, rgba(0, 18, 66, 0)), color-stop(39%, rgba(0, 18, 66, 0)), color-stop(90%, rgba(0, 18, 66, 1)), color-stop(100%, rgba(0, 18, 66, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 18, 66, 0) 0%, rgba(0, 18, 66, 0) 0%, rgba(0, 18, 66, 0) 39%, #001242 90%, #001242 100%);
  background: -o-linear-gradient(top, rgba(0, 18, 66, 0) 0%, rgba(0, 18, 66, 0) 0%, rgba(0, 18, 66, 0) 39%, rgba(0, 18, 66, 1) 90%, rgba(0, 18, 66, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 18, 66, 0)), color-stop(0%, rgba(0, 18, 66, 0)), color-stop(39%, rgba(0, 18, 66, 0)), color-stop(90%, #001242), to(#001242));
  background: -o-linear-gradient(top, rgba(0, 18, 66, 0) 0%, rgba(0, 18, 66, 0) 0%, rgba(0, 18, 66, 0) 39%, #001242 90%, #001242 100%);
  background: linear-gradient(to bottom, rgba(0, 18, 66, 0) 0%, rgba(0, 18, 66, 0) 0%, rgba(0, 18, 66, 0) 39%, #001242 90%, #001242 100%);
  background-position: center bottom;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001242', endColorstr='#001242', GradientType=0);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.gallery__img-title {
  font-size: 24px;
  width: 100%;
  margin-bottom: 0
}
.gallery__img-caption {
  font-size: 13px;
  line-height: 1.2;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-top: 7px
}
.gallery__item:hover .gallery__overlay {
  opacity: 1
}
.top {
  position: fixed;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation: slide-downlinear .6s .1s both;
  animation: slide-downlinear .6s .1s both
}
.arrow--top {
  width: 50px;
  height: 50px;
  border-width: 2px;
  border-radius: 50%;
  background-color: #fa0
}
.arrow--top .arrow__icon {
  top: 50%;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}
.arrow__text {
  font-size: 11px;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}
.arrow:hover .arrow__text {
  color: #fff
}
.top .arrow:hover:before {
  content: none
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: .98
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: .98
  }
}
@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: .98
  }
}
@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: .98
  }
}
.span-nothing {
  padding-left: 15px
}
div.wpcf7-response-output {
  font-size: 13px;
  margin: 13px auto 8px;
  padding: 6px 13px 8px;
  text-align: center;
  color: #fff
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #fa0
}
.cat-wrap > .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.tablist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
ul.tablist li:before {
  content: none
}
.tablist__item {
  font-size: calc(18px*.9);
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 162px;
  margin-right: 31px;
  margin-bottom: 10px;
  padding: 10px 20px 11px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
  color: #fefefe;
  border: 3px solid #fefefe;
  background-color: rgba(0, 0, 0, 0)
}
.tablist__item--dark {
  color: #1e1c1e;
  border: 3px solid #c0c9d2
}
.tablist__item:nth-child(4n) {
  margin-right: 0
}
@media (max-width:460px) {
  .tablist__item {
    width: calc(100%/2 - 5px);
    min-width: unset;
    margin-right: 9px;
    padding: 10px 5px 11px;
    text-align: center
  }
  .tablist__item:nth-child(even) {
    margin-right: 0
  }
}
@media (max-width:345px) {
  .tablist__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}
.tablist__item.active-item {
  border-color: #fa0;
  background-color: #fa0
}
.tablist__item--dark.active-item {
  color: #fff;
  border-color: #fa0;
  background-color: #fa0
}
.tablist__item:hover {
  border-color: #fa0;
  background-color: #fa0
}
.tablist__item--dark:hover {
  color: #fff;
  border-color: #fa0;
  background-color: #fa0
}
.gallery__video {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.gallery__item {
  position: relative;
  display: block;
  height: 180px;
  margin: 0;
  padding: 0
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.video__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%
}
.video__link .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.video__link .video-link svg {
  margin: 1px 0 0 3px
}
.iphone .video__link .video-link {
  width: 35px;
  height: 40px
}
.iphone .video__link .video-link svg {
  margin-top: -2px;
  margin-left: -5px
}
.galery__tabs-boxes .slick-slide {
  padding-right: 28px
}
@media (max-width:600px) {
  .galery__tabs-boxes .slick-slide {
    padding-right: 0
  }
}
.gallery-section {
  padding-bottom: 84px
}
@media (max-width:992px) {
  .gallery-section {
    padding-bottom: 54px
  }
}
.gallery__slider {
  width: calc(100% + 32px);
  margin-right: -16px;
  margin-left: -16px;
  padding-top: 33px
}
.gallery__ctrl {
  display: inline-block;
  width: auto;
  min-width: unset;
  padding: 0
}
.gallery__ctrl .arrow--next {
  margin-left: 6px
}
.gallery-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.gallery-btn {
  margin-right: 0
}
.galery__tabs-boxes {
  margin-bottom: 19px
}
.galery__tabs-boxes--inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.gallery-more {
  display: block;
  margin-bottom: 27px;
  color: #fff
}
.gallery-more a {
  color: #fff;
  border-bottom: 1px solid
}
.section ul .gallery__tabsitem {
  margin-right: 31px;
  margin-bottom: 10px;
  padding: 10px 20px 11px
}
.section ul .gallery__tabsitem:last-of-type {
  margin-right: 0
}
@media (max-width:800px) {
  .section ul .gallery__tabsitem {
    width: calc(100%/3 - 21px)
  }
}
@media (max-width:630px) {
  .section ul .gallery__tabsitem {
    margin-bottom: 26px;
    padding: 10px 10px 11px
  }
}
@media (max-width:460px) {
  .section ul .gallery__tabsitem {
    width: calc(100%/2 - 5px);
    min-width: unset;
    margin-right: 9px;
    padding: 10px 5px 11px;
    text-align: center
  }
  .section ul .gallery__tabsitem:nth-child(even) {
    margin-right: 0
  }
}
@media (max-width:345px) {
  .section ul .gallery__tabsitem {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}
.section ul.gallery__tabslist {
  margin-bottom: 22px
}
.gallery-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 23px);
  height: 234px;
  margin-right: 18px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-bottom: 37px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
.gallery-post-item:first-child {
  margin-left: 0
}
.gallery-post-item:nth-child(3n+1) {
  margin-left: 0
}
.gallery-post-item:nth-child(3n) {
  margin-right: 0
}
@media (max-width:1199px) {
  .gallery-post-item {
    padding-bottom: 25px
  }
}
@media (max-width:992px) {
  .gallery-post-item {
    width: calc(50% - 17px)
  }
  .gallery-post-item:first-child {
    margin-left: 0
  }
  .gallery-post-item:nth-child(3n) {
    margin-right: 15px
  }
  .gallery-post-item:nth-child(3n+1) {
    margin-left: 15px
  }
  .gallery-post-item:nth-child(even) {
    margin-right: 0
  }
  .gallery-post-item:nth-child(odd) {
    margin-left: 0
  }
}
@media (max-width:680px) {
  .gallery-post-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 38px;
    margin-left: 0;
    padding-bottom: 32px
  }
  .gallery-post-item:first-child {
    margin-left: 0
  }
  .gallery-post-item:nth-child(3n) {
    margin-right: 0
  }
  .gallery-post-item:nth-child(3n+1) {
    margin-left: 0
  }
  .gallery-post-item:nth-child(even) {
    margin-right: 0
  }
  .gallery-post-item:nth-child(odd) {
    margin-left: 0
  }
}
.anchor {
  display: block;
  visibility: hidden;
  height: 82px;
  margin-top: -82px
}
.drawer-logo-wrap {
  width: 100%;
  padding: 10px 0 30px;
  text-align: center
}
.drawer__logo {
  display: block;
  width: 118px;
  margin: auto
}
.drawer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.drawer__tel .header__tel-item {
  font-size: 20px;
  padding-left: 10px
}
.single-video {
  position: relative;
  width: 80%;
  height: 380px;
  margin: 36px auto;
  background-position: 50% 50%;
  background-size: cover
}
.inner_page-contacts-wrapper {
  background: #f6f8fb;
  background-size: contain
}
.mediabox {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.6667%
}
.ls-blur-up-img, .mediabox-img {
  font-family: 'blur-up: always', 'object-fit: cover';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.ls-blur-up-img {
  -webkit-transition: opacity 1s, -webkit-filter 1.5s;
  -o-transition: opacity 1s, filter 1.5s;
  transition: opacity 1s, -webkit-filter 1.5s;
  transition: opacity 1s, filter 1.5s;
  transition: opacity 1s, filter 1.5s, -webkit-filter 1.5s;
  opacity: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px)
}
.ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px)
}
.item-detail {
  margin-top: 52px
}
@media (max-width:992px) {
  .item-detail {
    margin-bottom: 38px
  }
  .item-detail:last-of-type {
    margin-bottom: 0
  }
}
@media (max-width:767px) {
  .item-detail {
    margin-top: 34px;
    margin-bottom: 48px
  }
  .item-detail:last-of-type {
    margin-bottom: 0
  }
}
@media (max-width:992px) {
  .item-detail .col-lg-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}
@media (max-width:930px) {
  .item-detail .col-lg-6 {
    max-width: 42%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%
  }
  .item-detail .item-detail-container {
    max-width: 58%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%
  }
}
@media (max-width:805px) {
  .item-detail .col-lg-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
  .item-detail .item-detail-container {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}
.item-detail__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
.item-detail__big-slide {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 302px
}
@media (max-width:1199px) {
  .item-detail__big-slide {
    height: 280px
  }
}
@media (max-width:992px) {
  .item-detail__big-slide {
    height: 250px
  }
}
@media (max-width:767px) {
  .item-detail__big-slide {
    height: 245px
  }
}
@media (max-width:424px) {
  .item-detail__big-slide {
    height: 235px
  }
}
@media (max-width:374px) {
  .item-detail__big-slide {
    height: 220px
  }
}
.item-detail__big-slider {
  margin-bottom: 0
}
.item-detail__big-slider img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 302px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top
}
@media (max-width:1199px) {
  .item-detail__big-slider img {
    max-height: 310px
  }
}
@media (max-width:992px) {
  .item-detail__big-slider img {
    max-height: 290px
  }
}
@media (max-width:767px) {
  .item-detail__big-slider img {
    width: 100%;
    max-height: 265px;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (max-width:424px) {
  .item-detail__big-slider img {
    max-height: 235px
  }
}
@media (max-width:374px) {
  .item-detail__big-slider img {
    max-height: 190px
  }
}
.item-detail__big-slide {
  border-radius: 0
}
@media (max-width:992px) {
  .item-detail__nav-slider {
    margin-bottom: 15px
  }
  .item-detail__nav-slider .slick-track {
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:805px) {
  .item-detail__nav-slider .slick-track {
    margin-right: auto;
    margin-left: auto
  }
}
.item-detail__form-block--left .form-title {
  font-size: 34px;
  text-align: left
}
@media (max-width:767px) {
  .item-detail__form-block--left .form-title {
    font-size: 24px;
    line-height: 27px
  }
}
@media (max-width:520px) {
  .item-detail__form-block--left .form-title {
    font-size: 32px
  }
}
.item-detail__form-block--left .form-subtitle {
  text-align: left
}
.item-detail__form-block--left .form-check {
  margin-top: 21px;
  padding: 0
}
.item-detail__form-block--left .checkbox-label {
  margin-top: 0
}
.item-detail__form-block--left .checkbox-label:before {
  margin-top: 0
}
.item-detail__form-block--left .checkbox-label .checkbox__icon {
  top: 7px
}
.item-detail__nav-slider .slick-slide {
  position: relative;
  margin-right: 4px;
  margin-left: 4px
}
.item-detail__nav-slider .slick-slide.slick-current:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  content: '';
  background-color: #fa0
}
.item-detail__nav-slider .slick-list {
  margin: 0 -4px
}
.item-detail__nav-slide {
  overflow: hidden;
  width: 130px;
  height: 80px;
  cursor: pointer;
  border-radius: 0;
  background-color: #42454d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.item-detail__nav-slide img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover
}
.item-detail__params {
  display: table;
  width: 100%;
  margin-bottom: 0;
  color: #474748
}
.item-detail__param {
  display: table-row
}
.item-detail__param:nth-child(2n+1) {
  background-color: #eaedf0
}
.item__params {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 22px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  letter-spacing: .4px;
  text-transform: none;
  color: #383940;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media (max-width:620px) {
  .item__params {
    font-size: 14px
  }
}
@media (max-width:470px) {
  .item__params {
    font-size: 13px
  }
}
.item__params:last-of-type {
  padding-bottom: 8px
}
.card-item__name + .item__params {
  padding-top: 0
}
.item-detail__param-name, .item-detail__param-value {
  font-family: 'Avenir Next Cyr';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  display: table-cell;
  width: 50%;
  padding: 16px 20px 17px;
  color: #383940
}
@media screen and (max-width:992px) {
  .item-detail__param-name, .item-detail__param-value {
    font-size: 18px
  }
}
@media (max-width:350px) {
  .item-detail__param-name, .item-detail__param-value {
    font-size: 15px
  }
}
.item-detail__param-name {
  border-right: 1px solid #fff
}
.item-detail__price-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 253px;
  margin-top: auto;
  margin-bottom: 5px;
  padding: 26px 22px 26px;
  color: #fff;
  background-color: #383940
}
@media screen and (max-width:992px) {
  .item-detail__price-wrap {
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px
  }
}
@media screen and (max-width:805px) {
  .item-detail__price-wrap {
    width: 100%
  }
}
@media screen and (max-width:430px) {
  .item-detail__price-wrap {
    padding: 24px 12px 20px
  }
}
@media screen and (max-width:410px) {
  .item-detail__price-wrap {
    padding: 20px 16px 17px
  }
}
.item-detail__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.popular-item__info-wrap .item-detail__price-block {
  width: 100%;
  margin-top: auto
}
.item-detail__price-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  width: 50%;
  padding-left: 71px;
  text-align: left;
  letter-spacing: .45px;
  text-transform: uppercase
}
.item-detail__price-title:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-left: -63px;
  padding: 6px 0;
  content: '\f158';
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fa0;
  border-radius: 50%;
  text-rendering: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:830px) {
  .item-detail__price-title {
    font-size: 16px;
    padding-left: 61px
  }
  .item-detail__price-title:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-left: -53px
  }
}
@media (max-width:430px) {
  .item-detail__price-title {
    padding-left: 54px
  }
}
@media (max-width:410px) {
  .item-detail__price-title {
    width: 46%;
    padding-left: 0
  }
  .item-detail__price-title:before {
    content: none
  }
}
@media (max-width:365px) {
  .item-detail__price-title {
    width: 100%;
    margin: 0 auto 18px;
    padding-left: 0;
    text-align: center
  }
}
.item-detail__price-value-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -6px;
  padding-left: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width:430px) {
  .item-detail__price-value-wrap {
    padding-left: 10px;
    text-align: right
  }
}
@media (max-width:410px) {
  .item-detail__price-value-wrap {
    width: 54%
  }
}
@media (max-width:365px) {
  .item-detail__price-value-wrap {
    width: 100%;
    padding-left: 0;
    text-align: center
  }
}
.item-detail__price-value {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-transform: lowercase;
  color: #fff
}
@media (max-width:992px) {
  .item-detail__price-value {
    font-size: 18px
  }
}
@media (max-width:620px) {
  .item-detail__price-value {
    font-size: 17px
  }
}
@media (max-width:470px) {
  .item-detail__price-value {
    font-size: 15px;
    text-align: center
  }
}
.item-detail__price-value--old {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: -4px;
  text-decoration: line-through;
  letter-spacing: .4px;
  color: #eaedf0
}
.item-detail__price-value .number {
  font-size: 30px;
  font-weight: 700;
  line-height: .9;
  color: #fa0
}
@media (max-width:992px) {
  .item-detail__price-value .number {
    font-size: 26px
  }
}
@media (max-width:830px) {
  .item-detail__price-value .number {
    font-size: 25px
  }
}
@media (max-width:620px) {
  .item-detail__price-value .number {
    font-size: 22px
  }
}
.item-detail__price-value .currency {
  font-size: 18px;
  margin-left: -4px
}
@media (max-width:830px) {
  .item-detail__price-value .currency {
    font-size: 17px;
    margin-left: 0
  }
}
.item-detail__form {
  height: auto;
  margin-top: 26px;
  padding: 30px 35px 30px;
  border: 20px solid #8560a8;
  background: #fff
}
@media (max-width:880px) {
  .item-detail__form {
    padding: 15px 24px 35px
  }
}
@media (max-width:767px) {
  .item-detail__form {
    max-width: 90%;
    margin: 28px auto 0;
    padding: 34px 18px 35px
  }
}
@media (max-width:520px) {
  .item-detail__form {
    max-width: 100%;
    margin: 28px auto 0;
    padding: 15px 15px 35px;
    border: 10px solid #8560a8
  }
}
.item-detail__form-block {
  padding-right: 0;
  padding-left: 0
}
.content__wrap {
  margin-top: 50px
}
@media (max-width:805px) {
  .content__wrap {
    margin-top: 60px
  }
}
.content__block-title {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: #383940
}
.content__block-item:not(:first-of-type) {
  margin-top: 20px
}
@media screen and (max-width:805px) {
  .content__block-item:not(:first-of-type) {
    margin-top: 36px
  }
}
@media screen and (max-width:430px) {
  .content__block-item:not(:first-of-type) {
    margin-top: 12px
  }
}
.arrow--sml {
  position: absolute;
  z-index: 2;
  top: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.item-detail__nav-slider .arrow--sml {
  border-color: #fa0;
  background: #fa0
}
.item-detail__nav-slider .arrow--sml .arrow__icon {
  fill: #fff
}
.item-detail__nav-slider .arrow--sml:hover .arrow__icon {
  fill: #19191b
}
.item-detail__nav-slider .arrow--sml:hover {
  border-color: #fff;
  background: #fff
}
.arrow--sml .arrow__icon {
  top: unset;
  left: unset;
  width: 10px;
  margin: 0
}
.arrow--next.arrow--sml {
  right: -4px;
  border-radius: 0
}
@media screen and(max-width:992px) {
  .arrow--next.arrow--sml {
    right: -2px
  }
}
@media screen and(max-width:550px) {
  .arrow--next.arrow--sml {
    right: -1px
  }
}
.arrow--prev.arrow--sml {
  left: 0;
  border-radius: 0
}
.arrow--sml:before {
  content: none
}
.card-seotext {
  margin-bottom: 20px
}
@media (max-width:767px) {
  .card-seotext {
    margin-bottom: 0
  }
}
.prices {
  margin-top: 12px;
  margin-bottom: 72px
}
@media (max-width:767px) {
  .prices {
    margin-top: 35px;
    margin-bottom: 40px
  }
}
.price-item {
  position: relative;
  margin-bottom: 60px
}
.price-item:last-child {
  margin-bottom: 50px
}
.price-item:after {
  position: absolute;
  right: 15px;
  bottom: -30px;
  left: 15px;
  height: 1px;
  content: '';
  background-color: #dec4c4
}
@media (max-width:1199px) {
  .price-item {
    margin-bottom: 50px
  }
  .price-item:after {
    bottom: -20px
  }
}
@media (max-width:767px) {
  .price-item {
    margin-bottom: 40px
  }
}
@media (max-width:575px) {
  .price-item__info {
    width: 50%
  }
}
@media (max-width:500px) {
  .price-item__info {
    width: 100%
  }
}
@media (max-width:575px) {
  .price-item__img-wrap {
    width: 50%
  }
}
@media (max-width:500px) {
  .price-item__img-wrap {
    width: 100%;
    margin-bottom: 15px
  }
}
.price-item__img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150px;
  border-radius: 0
}
.price-item__img img {
  overflow: hidden;
  max-height: 150px;
  margin: auto;
  border-radius: 0;
  -o-object-fit: contain;
  object-fit: contain
}
.price-item__name {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 20px;
  text-align: center;
  border: 1px solid #e2dbcc;
  border-radius: 0
}
.price-item__param {
  margin-bottom: 5px
}
.price-item__btn-wrap {
  text-align: right
}
@media (max-width:575px) {
  .price-item__btn-wrap {
    text-align: center
  }
}
@media (max-width:1239px) {
  .price-item__info-wrap {
    margin-bottom: 25px
  }
}
@media (max-width:575px) {
  .price-item__info-wrap {
    margin-bottom: 10px
  }
}
.category-seo-text {
  margin-top: 40px;
  margin-bottom: 50px
}
.category-descr {
  margin-top: 25px;
  margin-bottom: 23px
}
.card-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(100%/3 - 22px);
  margin-bottom: 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  color: #19191b;
  border: 1px solid #d2dce9;
  border-radius: 0;
  background-color: #fff
}
.card-item:not(:nth-of-type(3n)) {
  margin-right: 33px
}
.card-item:last-of-type {
  margin-right: 0
}
@media (max-width:1024px) {
  .card-item {
    width: calc(100%/3 - 10px)
  }
  .card-item:not(:nth-of-type(3n)) {
    margin-right: 15px
  }
}
@media (max-width:845px) {
  .card-item {
    width: calc(100%/2 - 15px)
  }
  .card-item:nth-of-type(2n) {
    margin-right: 0
  }
  .card-item:not(:nth-of-type(2n)) {
    margin-right: 30px
  }
}
@media (max-width:620px) {
  .card-item {
    width: calc(100%/2 - 9px)
  }
  .card-item:not(:nth-of-type(2n)) {
    margin-right: 15px
  }
}
@media (max-width:420px) {
  .card-item {
    width: calc(100%/2 - 4px);
    padding: 0
  }
  .card-item:not(:nth-of-type(2n)) {
    margin-right: 8px
  }
}
@media (max-width:380px) {
  .card-item {
    width: calc(100%/2 - 3px)
  }
  .card-item:not(:nth-of-type(2n)) {
    margin-right: 4px
  }
}
@media (max-width:370px) {
  .card-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
  .card-item:not(:nth-of-type(2n)) {
    margin-right: auto;
    margin-left: auto
  }
  .card-item:not(:nth-of-type(3n)) {
    margin-right: auto;
    margin-left: auto
  }
  .card-item:not(:nth-of-type(4n)) {
    margin-right: auto;
    margin-left: auto
  }
}
.cat-item {
  width: calc(100%/3);
  margin-bottom: 0;
  padding: 0;
  border: none
}
@supports ((display:-ms-grid) or (display:grid)) {
  .cat-item {
    width: 100%
  }
}
.cat-item__wrap {
  width: 100%;
  height: 100%;
  padding: 5px 72px 20px
}
@media (max-width:992px) {
  .cat-item__wrap {
    padding: 5px 35px 20px
  }
}
@media (max-width:790px) {
  .cat-item__wrap {
    padding: 5px 22px 20px
  }
}
@media (max-width:440px) {
  .cat-item__wrap {
    padding: 5px 8px 20px
  }
}
@media (max-width:375px) {
  .cat-item__wrap {
    padding: 5px 8px 16px
  }
}
.card-item__wrap {
  padding-bottom: 25px
}
@media (max-width:375px) {
  .card-item__wrap {
    padding-bottom: 16px
  }
}
.cat-item {
  border-top: 1px solid #d2dce9;
  border-left: 1px solid #d2dce9
}
.cat-item:nth-of-type(3n) {
  margin-right: 0;
  border-right: 1px solid #d2dce9
}
.cat-item:not(:nth-of-type(3n)):not(:last-of-type) {
  margin-right: 0;
  border-right: 0
}
.cat-item:nth-last-child(3) {
  border-bottom: 1px solid #d2dce9
}
.cat-item:nth-last-child(2) {
  border-bottom: 1px solid #d2dce9
}
.cat-item:last-of-type {
  border-right: 1px solid #d2dce9;
  border-bottom: 1px solid #d2dce9
}
@media (max-width:655px) {
  .cat-item:nth-of-type(3n) {
    margin-right: 0;
    border-right: none
  }
  .cat-item:nth-of-type(2n) {
    border-right: 1px solid #d2dce9 !important
  }
  .cat-item:nth-last-child(2) {
    margin-right: 0;
    border-right: 1px solid #d2dce9
  }
  .cat-item:not(:nth-of-type(3n)):not(:last-of-type) {
    margin-right: 0;
    border-right: 1px solid #d2dce9
  }
  .cat-item:not(:nth-of-type(2n)):not(:last-of-type) {
    margin-right: 0;
    border-right: 0
  }
  .cat-item:nth-last-child(3) {
    border-bottom: none
  }
  .cat-item:last-of-type {
    border-right: 1px solid #d2dce9 !important
  }
}
@media (max-width:770px) {
  .cat-item {
    min-height: 224px
  }
}
@media (max-width:400px) {
  .cat-item {
    width: 80%;
    margin-right: auto !important;
    margin-left: auto !important
  }
  @supports ((display:-ms-grid) or (display:grid)) {
    .cat-item {
      width: 100%
    }
  }
}
@media (max-width:380px) {
  .cat-item {
    width: 80%
  }
  @supports ((display:-ms-grid) or (display:grid)) {
    .cat-item {
      width: 100%
    }
  }
}
@media (max-width:354px) {
  .cat-item:nth-last-child(2) {
    border-bottom: none
  }
  .cat-item {
    border-right: 1px solid #d2dce9 !important
  }
}
.card-item__image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 232px
}
@media (max-width:620px) {
  .card-item__image-wrap {
    height: 185px
  }
}
@media (max-width:470px) {
  .card-item__image-wrap {
    height: 155px
  }
}
.card-item__image-wrap img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.category-item__image-wrap {
  height: 200px
}
.category-item__image-wrap img {
  -o-object-fit: contain;
  object-fit: contain
}
.card-item__info {
  font-size: 22px;
  line-height: 1.2;
  padding: 32px 8px 28px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
.card-item:hover {
  border-color: #fa0
}
.cat-item:hover {
  border-color: #d2dce9
}
.card-item__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.card__btn-wrap {
  width: 74%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto
}
@media (max-width:500px) {
  .card__btn-wrap {
    width: 100%
  }
}
.card__btn {
  padding-top: 16px;
  padding-bottom: 15px
}
.news-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 37px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(100%/3 - 20px);
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-bottom: 26px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border: 1px solid #d2dce8;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}
.news-item:first-child {
  margin-left: 0
}
.news-item:nth-child(3n) {
  margin-right: 0
}
.news-item:nth-child(3n+1) {
  margin-left: 0
}
@media (max-width:1199px) {
  .news-item {
    padding-bottom: 25px
  }
}
@media (max-width:790px) {
  .news-item {
    width: calc(100%/2 - 15px)
  }
  .news-item:nth-child(3n) {
    margin-right: 15px;
    margin-left: 0
  }
  .news-item:nth-child(2n) {
    margin-right: 0
  }
  .news-item:nth-child(3n+1) {
    margin-left: 15px
  }
  .news-item:first-child {
    margin-left: 0
  }
}
@media (max-width:480px) {
  .news-item {
    width: calc(100%/2 - 4px);
    margin-right: 4px;
    margin-left: 4px
  }
  .news-item:nth-child(3n) {
    margin-right: 4px;
    margin-left: 0
  }
  .news-item:nth-child(2n) {
    margin-right: 0
  }
  .news-item:nth-child(3n+1) {
    margin-left: 4px
  }
  .news-item:first-child {
    margin-left: 0
  }
}
@media (max-width:410px) {
  .news-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
  .news-item:nth-child(3n) {
    margin-right: auto;
    margin-left: auto
  }
  .news-item:nth-child(2n) {
    margin-right: auto;
    margin-left: auto
  }
  .news-item:first-child {
    margin-right: auto;
    margin-left: auto
  }
  .news-item:nth-child(3n+1) {
    margin-right: auto;
    margin-left: auto
  }
  .news-item:first-child {
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:380px) {
  .news-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
}
.news-item__img {
  display: block;
  overflow: hidden;
  height: 188px;
  margin-bottom: 24px
}
@media (max-width:1199px) {
  .news-item__img {
    height: 150px;
    margin-bottom: 15px
  }
}
@media (max-width:580px) {
  .news-item__img {
    height: 225px;
    margin-bottom: 24px
  }
}
.news-item__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-right: 31px;
  padding-left: 29px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
@media (max-width:1024px) {
  .news-item__info {
    padding-right: 16px;
    padding-left: 16px
  }
}
@media (max-width:700px) {
  .news-item__info {
    position: relative;
    display: block;
    padding-bottom: 73px
  }
}
@media (max-width:440px) {
  .news-item__info {
    padding-right: 10px;
    padding-left: 10px
  }
}
.news-item__info:first-child {
  margin-top: 24px
}
.news-item__title {
  font-size: 14px;
  line-height: 1.4;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  letter-spacing: .35px;
  text-transform: uppercase;
  color: #383940;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
@supports ((display:-ms-grid) or (display:grid)) {
  .news-item__title {
    margin-bottom: 0
  }
}
@media (max-width:1024px) {
  .news-item__title {
    font-size: 16px
  }
}
@media (max-width:700px) {
  .news-item__title {
    margin-bottom: 10px
  }
}
@media (max-width:600px) {
  .news-item__title {
    font-size: 15px
  }
}
.news-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-item-align: end;
  align-self: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:700px) {
  .news-item__footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 32px)
  }
}
@media (max-width:440px) {
  .news-item__footer {
    width: calc(100% - 20px)
  }
}
.news-item__link {
  line-height: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none
}
.news-item__link:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: '';
  background-color: #a7bdcf
}
.popular-section {
  padding-bottom: 84px
}
.popular-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  padding-top: 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.popular-item:hover {
  background: #383940
}
.popular-item:hover .popular-item__name {
  color: #fff
}
.popular-item:hover .popular-item__price-value {
  color: #fff
}
.popular-item:hover .btn--inverted-dark {
  color: #383940;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fa0), color-stop(50%, #f6f8fb));
  background: -webkit-linear-gradient(left, #fa0 50%, #f6f8fb 50%);
  background: -o-linear-gradient(left, #fa0 50%, #f6f8fb 50%);
  background: linear-gradient(to right, #fa0 50%, #f6f8fb 50%);
  background-position: right bottom;
  background-size: 200% 100%
}
.popular-item:hover .btn--inverted-dark span {
  color: #383940
}
.popular-item:hover .btn--inverted-dark:hover, .popular-item:hover .btn--inverted-dark:focus, .popular-item:hover .btn--inverted-dark:active, .popular-item:hover .btn--inverted-dark.active {
  color: #fff;
  background-position: left bottom
}
@media screen and (max-width:992px) {
  .popular-item:hover .btn--inverted-dark {
    background: #fff
  }
  .popular-item:hover .btn--inverted-dark:hover {
    background: #fa0
  }
}
.popular-item__info-wrap, .card-item__info-wrap {
  min-height: 74px;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.popular-item__info, .card-item__info {
  padding: 32px 26px 40px
}
@media screen and (max-width:1024px) {
  .popular-item__info, .card-item__info {
    padding: 20px 16px 30px
  }
}
@media screen and (max-width:440px) {
  .popular-item__info, .card-item__info {
    padding: 12px 10px 18px
  }
}
@media screen and (max-width:420px) {
  .popular-item__info, .card-item__info {
    padding: 12px 8px 18px
  }
}
.popular-item__price-block, .card-item__price-block {
  width: 100%;
  margin-top: auto;
  text-align: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.card-item__name + .card-item__price-block {
  padding-top: 40px
}
.card-item__announce + .card-item__price-block {
  padding-top: 20px
}
.popular-item__price-value-wrap, .card-item__price-value-wrap {
  width: 100%;
  margin-top: -2px;
  padding: 0
}
.popular-item__price-value, .card-item__price-value {
  font-weight: 700;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-transform: uppercase;
  color: #383940
}
.popular-item__price-value .number, .card-item__price-value .number {
  font-size: 36px;
  font-weight: 700;
  line-height: .9;
  padding: 0 2px;
  letter-spacing: -1px;
  color: #383940
}
@media screen and (max-width:620px) {
  .popular-item__price-value .number, .card-item__price-value .number {
    font-size: 32px
  }
}
@media (max-width:470px) {
  .popular-item__price-value .number, .card-item__price-value .number {
    font-size: 26px;
    letter-spacing: -2px
  }
}
.popular-item__price-value .currency, .card-item__price-value .currency {
  font-size: 20px;
  margin-left: 2px
}
@media screen and (max-width:620px) {
  .popular-item__price-value .currency, .card-item__price-value .currency {
    font-size: 17px;
    margin-left: 0
  }
}
@media (max-width:470px) {
  .popular-item__price-value .currency, .card-item__price-value .currency {
    font-size: 15px;
    margin-left: 0
  }
}
.popular-item__price-value--old, .card-item__price-value--old {
  font-size: 18px;
  font-weight: 400;
  padding-top: 6px
}
@media screen and (max-width:620px) {
  .popular-item__price-value--old, .card-item__price-value--old {
    font-size: 16px;
    padding-top: 4px
  }
}
@media (max-width:470px) {
  .popular-item__price-value--old, .card-item__price-value--old {
    font-size: 14px;
    padding-top: 4px
  }
}
.popular-item__price-value .currency--old, .card-item__price-value .currency--old {
  font-size: 18px;
  margin-left: 0
}
@media screen and (max-width:620px) {
  .popular-item__price-value .currency--old, .card-item__price-value .currency--old {
    font-size: 16px
  }
}
@media (max-width:470px) {
  .popular-item__price-value .currency--old, .card-item__price-value .currency--old {
    font-size: 14px
  }
}
.popular-item__price-value .number--old, .card-item__price-value .number--old {
  letter-spacing: -.5px
}
.popular__btn-wrap {
  margin-top: 23px
}
.popular-list__ctrl {
  margin-top: 17px;
  text-align: center
}
.categories-section {
  padding: 46px 0 56px
}
@media (max-width:800px) {
  .categories-section {
    padding: 26px 0 34px
  }
}
.categories-section .category-descr {
  margin-top: 18px;
  margin-bottom: 0;
  padding-bottom: 20px
}
.item-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (max-width:1200px) {
  .item-list {
    margin-right: 0;
    margin-left: 0
  }
}
@media screen and (max-width:500px) {
  .item-list {
    padding-top: 25px
  }
}
.category-wrap + .fp-seo {
  margin-top: 80px
}
.cat-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@supports ((display:-ms-grid) or (display:grid)) {
  .cat-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    -ms-grid-column-align: center;
    justify-self: center;
      width: 100%;
  }
}
@media screen and (max-width:1200px) {
  .cat-list {
    margin-right: 0;
    margin-left: 0
  }
}
@supports ((display:-ms-grid) or (display:grid)) {
  @media screen and (max-width: 992px) {
    .cat-list {
      grid-template-columns: repeat(3, minmax(235px, 1fr))
    }
  }
  @media screen and (max-width:730px) {
    .cat-list {
      grid-template-columns: repeat(auto-fill, minmax(205px, 1fr))
    }
  }
  @media screen and (max-width:444px) {
    .cat-list {
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
    }
  }
}
.card-item__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  padding-top: 18px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  text-transform: uppercase;
  color: #383940;
  border-bottom: 2px solid rgba(0, 0, 0, 0)
}
@media (max-width:1024px) {
  .card-item__name {
    font-size: 18px
  }
}
@media (max-width:620px) {
  .card-item__name {
    font-size: 16px
  }
}
@media (max-width:470px) {
  .card-item__name {
    font-size: 14px;
    padding-top: 12px
  }
}
.card-item__name:hover {
  text-decoration: underline
}
.category-item__name {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  text-align: center;
  border-bottom: none
}
.card-item__name:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 65px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  content: '';
  border-radius: 2px;
  background: #fa0
}
.category-item__name:before {
  right: 0;
  bottom: 0;
  left: 0
}
.card-item__announce {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  letter-spacing: .4px;
  color: #383940
}
@media (max-width:620px) {
  .card-item__announce {
    font-size: 14px
  }
}
@media (max-width:470px) {
  .card-item__announce {
    font-size: 13px
  }
}
.category-item__info {
  position: relative;
  z-index: 2;
  padding: 18px 0 5px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
@media (max-width:375px) {
  .category-item__info {
    padding: 12px 0 5px
  }
}
.card-item__wrap .category-item__info {
  margin-right: 72px;
  margin-left: 72px;
  padding-top: 24px
}
@media (max-width:992px) {
  .card-item__wrap .category-item__info {
    margin-right: 35px;
    margin-left: 35px
  }
}
@media (max-width:790px) {
  .card-item__wrap .category-item__info {
    margin-right: 22px;
    margin-left: 22px
  }
}
@media (max-width:440px) {
  .card-item__wrap .category-item__info {
    margin-right: 8px;
    margin-left: 8px
  }
}
.card-item__anons {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  display: block;
  height: 0;
  margin-bottom: 59px;
  padding: 0 21px;
  text-align: center;
  letter-spacing: .35px;
  text-transform: none;
  color: #fff
}
@media (max-width:600px) {
  .card-item__anons {
    font-size: 13px;
    line-height: 1.4
  }
}
@media (max-width:440px) {
  .card-item__anons {
    padding: 0
  }
}
.cat-item__anons {
  display: none
}
.category-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 0;
  border-radius: 0;
  background-color: #212121;
  background-repeat: no-repeat;
  background-size: cover
}
.cat-item:hover .category-item__overlay {
  height: 100%;
  opacity: .85
}
.cat-item:hover .card-item__anons {
  position: absolute;
  bottom: 81%;
  display: block;
  width: 100%;
  height: auto
}
@media (max-width:440px) {
  .cat-item:hover .card-item__anons {
    bottom: 40%
  }
}
.cat-item:hover .category-item__name {
  color: #fff
}
.arrow--wh {
  border-color: #fff;
  background-color: #fff
}
.arrow--wh .arrow__icon {
  fill: #383940
}
.card-item__anons .arrow {
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto
}
.services {
  padding-top: 64px;
  padding-bottom: 90px
}
.border-container {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding: 28px 44px;
  border: 1px solid #d2dce9;
  border-radius: 0;
  background-color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width:992px) {
  .border-container {
    padding: 10px 22px 18px
  }
}
@media (max-width:550px) {
  .border-container {
    padding: 10px 16px 18px
  }
}
@media (max-width:430px) {
  .border-container {
    padding: 0;
    border: none;
    background: 0 0
  }
}
.services__list {
  margin-top: 11px;
  margin-bottom: 10px
}
.services .services__page-list {
  margin: 15px 0
}
@media (max-width:430px) {
  .services .services__page-list {
    margin: 0
  }
}
@media (max-width:430px) {
  .services__list ul li {
    padding-left: 0
  }
}
.services__page:before {
  content: none !important
}
.services__page-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #383940
}
.services__sub-page-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #383940
}
.services__img-wrap {
  position: relative;
  margin-top: 32px;
  margin-right: 22px;
  margin-left: auto;
  text-align: right
}
@media (max-width:1070px) {
  .services__img-wrap {
    width: 35%
  }
}
@media (max-width:992px) {
  .services__img-wrap {
    display: none
  }
}
.category-cards-wrap {
  overflow-x: hidden
}
.content-banner {
  padding-top: 65px
}
@media (max-width:992px) {
  .content-banner {
    padding-top: 35px
  }
}
.content-banner-title {
  font-weight: 700;
  line-height: 1.2
}
.form-banner__left .content-banner-title {
  margin-bottom: 10px
}
.content-banner-title span {
  color: #fa0
}
.content-banner-cat {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 24px 0 30px
}
.content-banner-cat .container {
  position: relative;
  z-index: 2;
  background-color: #383940
}
@media (max-width:992px) {
  .content-banner-cat:not(.form-banner) {
    display: none
  }
  .form-banner {
    margin-bottom: 0;
    padding-bottom: 0
  }
  .content-banner-cat:after, .content-banner-cat:before {
    content: none
  }
}
.content-banner-cat--md {
  width: calc(100% + 32px);
  margin-top: 0;
  margin-right: -16px;
  margin-left: -16px;
  padding-top: 30px
}
@media (max-width:992px) {
  .content-banner-cat--md {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
}
.content-banner .container {
  position: relative;
  background: #212121
}
.content-banner .container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 100%;
  content: '';
  background: #fa0
}
.section .caption {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff
}
.section p + ul, .section p + ol, .static-content p + ul, .static-content p + ol {
  padding-top: 9px
}
.section ul + p, .section ol + p, .static-content ul + p, .static-content ol + p {
  margin-top: -9px
}
.content-banner .btn {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto
}
.content-banner .btn--full {
  width: 100%;
  max-width: 100%
}
.content-banner-text {
  margin-top: 33px;
  text-align: center;
  color: #fff
}
.form-banner__left .content-banner-text {
  margin-top: 0
}
.content-banner-text p {
  padding-bottom: 2px;
  color: #fff
}
.content-banner-text ul {
  margin-bottom: 42px
}
.content-banner__img-wrap {
  width: 64%;
  min-height: 386px
}
.content-banner__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.content-banner .btn {
  margin-right: auto;
  margin-left: auto
}
.children-page__list {
  padding-top: 54px;
  padding-bottom: 34px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}
.children-page__info {
  padding: 24px 8px 22px
}
.reviews-container {
  padding-top: 32px
}
.reviews-item {
  display: block;
  padding: 21px 49px 18px 21px;
  border: 1px solid #d2dce8;
  border-radius: 0;
  background-color: #fff
}
@media (max-width:650px) {
  .reviews-item {
    padding: 0
  }
}
.reviews-item:not(:first-of-type) {
  margin-top: 30px
}
.reviews-item__img {
  float: left;
  width: 30.8%;
  height: auto;
  margin-right: 32px
}
@media (max-width:650px) {
  .reviews-item__img {
    width: 100%;
    height: 320px;
    margin-right: 0;
    margin-bottom: 18px
  }
}
@media (max-width:420px) {
  .reviews-item__img {
    height: 220px
  }
}
.reviews-item__info {
  padding-top: 22px
}
@media (max-width:850px) {
  .reviews-item__info {
    padding: 15px;
    padding-top: 0
  }
}
.reviews-item__text.post-item__text > p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: .35px
}
.reviews-item__title {
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  display: block;
  margin-top: 33px;
  text-align: right;
  letter-spacing: .35px;
  text-transform: uppercase
}
.comment-form {
  padding: 52px 44px;
  border: 20px solid #fa0;
  border-radius: 0;
  background-color: #fff
}
@media (max-width:1150px) {
  .comment-form {
    padding: 32px 24px
  }
}
@media (max-width:500px) {
  .comment-form {
    padding: 20px 15px;
    border: 15px solid #fa0
  }
}
@media (max-width:359px) {
  .comment-form {
    padding: 14px 12px;
    border: 10px solid #fa0
  }
}
.form__title {
  font-family: 'Avenir Next Cyr';
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: #162d41
}
.form__content {
  position: relative;
  overflow: hidden;
  width: 100%
}
.form__content--cat {
  max-width: 94%;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto
}
@media screen and (max-width:840px) {
  .form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .form__content--cat {
    max-width: 100%
  }
}
.form__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 68%;
  padding: 2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:992px) {
  .form__content-left {
    width: 49%
  }
}
@media screen and (max-width:840px) {
  .form__content-left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.form__content-right {
  float: right;
  width: 32%;
  padding: 2px
}
@media screen and (max-width:992px) {
  .form__content-right {
    width: 49%
  }
}
@media screen and (max-width:840px) {
  .form__content-right {
    width: 100%;
    margin-bottom: 18px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.jq-file__browse {
  font-family: 'Avenir Next Cyr';
  font-size: 13px;
  font-weight: 700;
  display: block;
  width: 200px;
  padding: 15px 20px 16px 25px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
  vertical-align: top;
  letter-spacing: .33px;
  text-transform: uppercase;
  color: #fff;
  border: #fa0;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fa0), color-stop(50%, #03264e));
  background: -webkit-linear-gradient(left, #fa0 50%, #03264e 50%);
  background: -o-linear-gradient(left, #fa0 50%, #03264e 50%);
  background: linear-gradient(to right, #fa0 50%, #03264e 50%);
  background-position: right bottom;
  background-position: right bottom;
  background-size: 200% 100%
}
@media screen and (max-width:420px) {
  .jq-file__browse {
    position: relative;
    width: 100%;
    margin-top: 8px
  }
}
.field-file__input:hover .jq-file__browse {
  background-color: #fa0;
  background-position: left bottom
}
.jq-file__browse:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  content: '';
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
  border-radius: 0;
  background-color: #fa0
}
.jq-file__name {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 15px 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: left;
  color: #474748;
  border: 1px solid #d2dce8;
  border-radius: 0;
  background-color: #fff
}
@media (max-width:1065px) {
  .jq-file__name {
    padding: 15px
  }
}
@media (max-width:420px) {
  .jq-file__name {
    text-align: center
  }
}
.form__step:nth-of-type(5) {
  width: 100%
}
.field-file__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px
}
.form__step.form__step-btn {
  width: 55%;
  margin-top: 29px
}
@media (max-width:565px) {
  .form__step.form__step-btn {
    width: 80%;
    margin-top: 29px;
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:420px) {
  .form__step.form__step-btn {
    width: 100%
  }
}
.contacts__type {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4;
  position: relative;
  padding-bottom: 6px;
  padding-left: 36px;
  color: #383940
}
@media (max-width:400px) {
  .contacts__type {
    padding-top: 38px;
    padding-left: 0
  }
}
.contacts__type .tel-icon {
  position: absolute;
  top: 5px;
  width: 27px;
  height: 27px;
  margin-left: -36px
}
@media (max-width:400px) {
  .contacts__type .tel-icon {
    right: 0;
    bottom: unset;
    left: 0;
    margin: 0 auto
  }
}
.contacts__type .workhours-icon {
  top: 0;
  bottom: 0
}
.contacts__mail-item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  color: #383940
}
.contacts__tel-item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  color: #383940
}
.contacts__val {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #383940
}
.workhours__val {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #383940
}
@media (max-width:655px) {
  .inner-contacts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.contacts__info {
  position: absolute;
  top: -770px;
  left: 96px;
  width: 352px;
  padding: 48px 51px;
  border: 1px solid #d2dce9;
  border-radius: 0;
  background-color: #fff
}
@media (max-width:920px) {
  .contacts__info {
    left: 45px
  }
}
@media (max-width:780px) {
  .contacts__info {
    left: 15px
  }
}
@media (max-width:655px) {
  .contacts__info {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 42px 0 20px;
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (max-width:510px) {
  .contacts__info {
    padding: 4px 12px 24px
  }
}
.contacts__param:not(:first-of-type) {
  margin-top: 19px
}
.contacts__param:nth-of-type(3) {
  margin-top: 9px
}
@media (max-width:655px) {
  .contacts__param {
    width: calc(100%/2 - 20px)
  }
  .contacts__param:not(:nth-of-type(2)) {
    margin-top: 19px
  }
}
@media (max-width:510px) {
  .contacts__param {
    width: calc(100%/2 - 10px)
  }
}
@media (max-width:465px) {
  .contacts__param {
    width: 100%;
    text-align: center
  }
}
.map {
  height: 866px;
  margin-top: 35px
}
@media (max-width:655px) {
  .map {
    width: 100%;
    height: 580px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media (max-width:465px) {
  .map {
    height: 420px
  }
}
.contacts__soc {
  margin-top: 15px
}
@media (max-width:465px) {
  .contacts__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 9px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.contacts__soc-item {
  font-size: 21px;
  color: #fa0
}
.contacts__soc-item:hover {
  color: #383940 !important
}
.contacts__soc-item:not(:first-of-type) {
  margin-left: 3px
}
@media (max-width:465px) {
  .contacts__soc-item:not(:first-of-type) {
    margin-left: 8px
  }
}
.contacts__img {
  height: 150px;
  margin-top: 15px;
  margin-bottom: 0
}
@media (max-width:655px) {
  .contacts__img {
    width: 100%;
    height: 250px;
    margin-top: 35px;
    margin-bottom: 0;
    text-align: center
  }
}
.contacts__img a {
  display: block;
  width: 100%;
  height: 100%
}
.contacts__img a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.map__popup-content {
  font-family: 'Avenir Next Cyr' !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin-top: 10px !important;
  padding-right: 14px !important;
  padding-left: 48px !important;
  text-align: left
}
.map__popup-content span {
  white-space: nowrap
}
@media (max-width:992px) {
  .map__popup-content span {
    white-space: unset !important
  }
}
.map__popup-content:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: auto;
  margin-left: -34px;
  padding: 5px 0 6px;
  content: '\f3c5';
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-radius: 50%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto
}
.fancybox-close-small {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
.fancybox-close-small:hover svg {
  fill: #fa0
}
.fancybox-close-small:hover {
  color: #fa0
}
.category__tabslist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@supports ((display:-ms-grid) or (display:grid)) {
  .category__tabslist {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(215px, 245px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  @media (max-width:800px) {
    .category__tabslist {
      grid-template-columns: repeat(auto-fill, minmax(190px, 1fr))
    }
  }
  @media (max-width:599px) {
    .category__tabslist {
      grid-template-columns: repeat(auto-fill, minmax(135px, 1fr))
    }
  }
}
@media (max-width:599px) {
  .category__tabslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.category__tabsitem {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  margin-bottom: 0 !important;
  padding: 24px 24px 24px 0 !important;
  cursor: pointer;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  letter-spacing: .33px;
  text-transform: uppercase;
  color: #828e98;
  border: 1px solid #d2dce9;
  border-radius: 0
}
@media (max-width:599px) {
  .category__tabsitem {
    width: 50%;
    padding: 15px 18px !important
  }
}
@media (max-width:460px) {
  .category__tabsitem {
    padding: 15px 10px !important
  }
}
@media (max-width:359px) {
  .category__tabsitem {
    width: 100%
  }
}
.category__tabsitem:not(:nth-of-type(3n)) {
  margin-right: -1px
}
.category__tabsitem:hover {
  border-color: rgba(0, 0, 0, 0);
  background: #fff
}
.category__tabsitem:after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0)
}
.category__tabsitem:hover:after {
  -webkit-box-shadow: 0 0 0 1px #fa0;
  box-shadow: 0 0 0 1px #fa0
}
.category__tabsitem.is-active:after {
  -webkit-box-shadow: 0 0 0 1px #fa0;
  box-shadow: 0 0 0 1px #fa0
}
.category__tabsitem:before {
  content: none !important
}
.category__tabsitem span {
  display: inline-block;
  width: calc(100% - 90px);
  max-width: 130px;
  margin-left: 90px;
  color: #000
}
@media (max-width:800px) {
  .category__tabsitem span {
    width: calc(100% - 60px);
    margin-left: 60px
  }
}
@media (max-width:620px) {
  .category__tabsitem span {
    font-size: 12px;
    line-height: 1.4
  }
}
@media (max-width:599px) {
  .category__tabsitem span {
    width: calc(100% - 42px);
    margin-left: 42px
  }
}
@media (min-width:360px) and (max-width:370px) {
  .category__tabsitem span {
    width: calc(100% - 31px);
    margin-left: 31px
  }
}
.category__tabsitem-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end
}
@media (max-width:800px) {
  .category__tabsitem-icon {
    width: 48px
  }
}
@media (max-width:599px) {
  .category__tabsitem-icon {
    width: 28px;
    margin-left: 14px
  }
}
@media (min-width:360px) and (max-width:370px) {
  .category__tabsitem-icon {
    width: 25px;
    margin-left: 8px
  }
}
.category__tabs-boxes {
  margin-top: -4px
}
.category__tabs-box {
  display: none
}
.category__tabs-box.is-active {
  display: block
}
#jr_inner {
  width: 82% !important;
  min-width: unset !important
}
.content__tel-item {
  color: #383940 !important;
  border-color: rgba(0, 0, 0, 0) !important
}
.content__tel-item:hover {
  color: #fa0 !important
}
.swiper-container {
  width: 100%;
  height: 100%
}
.swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #456da8;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width:600px) {
  .swiper-slide {
    background-position-y: bottom
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 50%;
  right: 67px;
  bottom: unset;
  left: unset;
  width: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
@media (max-width:992px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 48%;
    right: 30px
  }
}
@media (max-width:600px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 42%;
    right: 13px
  }
}
@media (max-width:375px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 48%
  }
}
@media (max-width:340px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 43%
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px 0;
  opacity: .3;
  border: 2px solid #fefefe;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0)
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #fa0;
  background: rgba(0, 0, 0, 0)
}
.advantages {
  padding-top: 60px;
  padding-bottom: 81px
}
@media (max-width:992px) {
  .advantages {
    padding-top: 40px;
    padding-bottom: 41px
  }
}
.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.advantages-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100%/2 - 16px);
  min-height: 64px;
  margin-bottom: 29px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media (max-width:550px) {
  .advantages-list__item {
    width: 100%
  }
}
.advantages-list__item-header {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  padding-top: 16px;
  padding-bottom: 13px;
  text-transform: uppercase
}
@media (max-width:750px) {
  .advantages-list__item-header br {
    display: none
  }
}
@media (max-width:600px) {
  .advantages-list__item-header {
    font-size: 13px
  }
}
.advantages-list__item-img-wrap + .advantages-list__item-header {
  margin-left: 86px;
  padding-left: 10px
}
@media (max-width:600px) {
  .advantages-list__item-img-wrap + .advantages-list__item-header {
    margin-left: 59px
  }
}
.advantages-list__item-img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77px;
  height: auto;
  padding-right: 10px;
  border-right: 2px solid #fa0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:600px) {
  .advantages-list__item-img-wrap {
    width: 55px;
    padding-right: 14px
  }
}
.advantages-list__item-img {
  -o-object-fit: contain;
  object-fit: contain
}
.hero .main-form-container {
  position: absolute;
  z-index: 4;
  top: 60%;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: unset;
  min-height: unset;
  margin: auto;
  padding: 0;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:1400px) {
  .hero .main-form-container {
    top: 52%
  }
}
@media (max-width:1150px) {
  .hero .main-form-container {
    top: unset;
    bottom: 21%
  }
}
@media (max-width:770px) {
  .hero .main-form-container {
    bottom: 26%
  }
}
@media (max-width:610px) {
  .hero .main-form-container {
    right: 20px;
    bottom: 20%;
    left: 20px;
    width: calc(100% - 40px)
  }
}
@media (max-width:580px) {
  .hero .main-form-container {
    bottom: 11%
  }
}
@media (max-width:380px) {
  .hero .main-form-container {
    bottom: 12%
  }
}
@media (max-width:340px) {
  .hero .main-form-container {
    bottom: 16%
  }
}
.main-form-container__btn {
  display: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px
}
@media (max-width:580px) {
  .main-form-container__btn {
    display: block
  }
}
.main__form {
  width: 100%;
  max-width: 754px;
  padding: 10px;
  background: rgba(33, 33, 33, .7)
}
@media (max-width:770px) {
  .main__form {
    width: 90%;
    margin-right: auto;
    margin-left: auto
  }
}
@media (max-width:610px) {
  .main__form {
    width: 100%
  }
}
.form__content--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.form__step--main {
  margin-bottom: 0 !important
}
.form__step--main:first-of-type {
  width: 64%;
  margin-right: 11px
}
.form__step--main:nth-of-type(2) {
  width: calc(36% - 11px);
  margin-right: 0
}
@media (max-width:580px) {
  .form__step--main:first-of-type {
    width: 100%;
    margin-right: 0
  }
  .form__step--main:nth-of-type(2) {
    width: 100%;
    margin-top: 20px
  }
}
.form__step--main input:not([type=submit]), .form__step--main input[type=text], .form__step--main textarea {
  padding: 14px 30px
}
.form__step--main .form-btn {
  padding: 17px 20px 15px 25px
}
.form__content--main .checkbox-label {
  padding: 6px 0 2px 29px
}
.form__content--main .form-check {
  margin-top: 11px
}
@media (max-width:580px) {
  .ab-top-menu > li {
    width: 48px !important
  }
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip-path: inset(100%)
}
.ls-blur-up-img, .mediabox-img {
  font-family: 'blur-up: always', 'object-fit: cover';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.ls-blur-up-img {
  -webkit-transition: opacity 1s, -webkit-filter 1.5s;
  -o-transition: opacity 1s, filter 1.5s;
  transition: opacity 1s, -webkit-filter 1.5s;
  transition: opacity 1s, filter 1.5s;
  transition: opacity 1s, filter 1.5s, -webkit-filter 1.5s;
  opacity: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px)
}
.ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px)
}
.blur-up {
  transition: filter .4s, -webkit-filter .4s;
  -webkit-filter: blur(5px);
  filter: blur(5px)
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0)
}
#menu-menyu-v-podvale-spectexnika {
  margin-bottom: 15px
}
.made-with-love a, .made-with-love {
  color: #fff;
  text-align: right;
  font-size: 0.95em;
  text-decoration: none;
}
.heartbeat {
  animation: heartbeat 2s infinite
}
@keyframes heartbeat {
  0% {
    transform: scale(1)
  }
  10% {
    transform: scale(1.2)
  }
  20% {
    transform: scale(1)
  }
  30% {
    transform: scale(1.2)
  }
  40% {
    transform: scale(1)
  }
  100% {
    transform: scale(1)
  }
}
.heartbeat {
  animation: heartbeat 2s infinite
}
@media (min-width:480px) and (max-width:767px) {
  .made-with-love {
    margin-bottom: 30px
  }
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a::after {
  content: "/";
  color: #fa0
}